Skip to content

Commit 81635a7

Browse files
committed
VED-507:use makefile in terraform
1 parent 58acb89 commit 81635a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ init:
2020
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars)
2121

2222
init-reconfigure:
23-
$(tf_cmd) init -reconfigure $(tf_state) -upgrade
23+
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
2424

2525
plan: workspace
2626
$(tf_cmd) plan $(tf_vars)

terraform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ init:
2626
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars)
2727

2828
init-reconfigure:
29-
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
29+
$(tf_cmd) init -reconfigure $(tf_state) -upgrade
3030

3131
plan: workspace
3232
$(tf_cmd) plan $(tf_vars)

0 commit comments

Comments
 (0)