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 26931d6 commit f09dc53Copy full SHA for f09dc53
terraform/Makefile
@@ -12,7 +12,7 @@ tf_state = -backend-config="bucket=$(bucket_name)"
12
13
tf_vars = \
14
-var="sub_environment=$(sub_environment)" \
15
- -var-file="./environments/$(environment)/$(sub_environment_dir)/variables.tfvars"
+ -var-file=./environments/$(sub_environment)/variables.tfvars
16
17
lock-provider:
18
# Run this only when you install a new terraform provider. This will generate sha code in lock file for all platform
0 commit comments