Skip to content

Commit f09dc53

Browse files
committed
pipe3
1 parent 26931d6 commit f09dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tf_state = -backend-config="bucket=$(bucket_name)"
1212

1313
tf_vars = \
1414
-var="sub_environment=$(sub_environment)" \
15-
-var-file="./environments/$(environment)/$(sub_environment_dir)/variables.tfvars"
15+
-var-file=./environments/$(sub_environment)/variables.tfvars
1616

1717
lock-provider:
1818
# Run this only when you install a new terraform provider. This will generate sha code in lock file for all platform

0 commit comments

Comments
 (0)