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 58acb89 commit 81635a7Copy full SHA for 81635a7
infra/Makefile
@@ -20,7 +20,7 @@ init:
20
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars)
21
22
init-reconfigure:
23
- $(tf_cmd) init -reconfigure $(tf_state) -upgrade
+ $(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
24
25
plan: workspace
26
$(tf_cmd) plan $(tf_vars)
terraform/Makefile
@@ -26,7 +26,7 @@ init:
27
28
29
- $(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
+ $(tf_cmd) init -reconfigure $(tf_state) -upgrade
30
31
32
0 commit comments