We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c7bb3 commit e10fbf5Copy full SHA for e10fbf5
image/actions.sh
@@ -422,6 +422,7 @@ function create-auto-tfvars() {
422
423
function delete-auto-tfvars() {
424
debug_cmd find "$INPUT_PATH" -regex '.*/zzzz-dflook-terraform-github-actions-[0-9]+.*\.auto\.tfvars' -print -delete || true
425
+ debug_cmd find "$INPUT_PATH" -regex '.*/zzzz-dflook-terraform-github-actions-[0-9]+.*\.auto\.tfvars\.json' -print -delete || true
426
}
427
428
function output() {
0 commit comments