use the recommended default for tfplan name
- ID
f339f45- date
2023-11-30 10:29:39+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
697a81b- message
use the recommended default for `tfplan` name- changed files
2 files, 2 additions, 2 deletions
Changed files
terraform/tfa (919) → terraform/tfa (911)
diff --git a/terraform/tfa b/terraform/tfa
index f8a81ed..739d8eb 100755
--- a/terraform/tfa
+++ b/terraform/tfa
@@ -30,5 +30,5 @@ then
# All other Terraform operations
else
- tf apply terraform.plan "$@"
+ tf apply tfplan "$@"
fi
terraform/tfp (654) → terraform/tfp (646)
diff --git a/terraform/tfp b/terraform/tfp
index 1ffe8e8..0cd7d11 100755
--- a/terraform/tfp
+++ b/terraform/tfp
@@ -14,4 +14,4 @@
#
# [1]: https://developer.hashicorp.com/terraform/cli/commands/plan#other-options
-tf plan -out=terraform.plan "$@"
+tf plan -out=tfplan "$@"