Skip to content

Commit 6b0eccf

Browse files
committed
Execute tfenv install when init
1 parent f526185 commit 6b0eccf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

terraform/common/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
init:
2+
tfenv install
23
terraform init \
34
-backend-config="bucket=${TF_VAR_remote_backend}" \
45
-backend-config="region=${AWS_DEFAULT_REGION}"

terraform/dev/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
init:
2+
tfenv install
23
terraform init \
34
-backend-config="bucket=${TF_VAR_remote_backend}" \
45
-backend-config="region=${AWS_DEFAULT_REGION}"

terraform/prod/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
init:
2+
tfenv install
23
terraform init \
34
-backend-config="bucket=${TF_VAR_remote_backend}" \
45
-backend-config="region=${AWS_DEFAULT_REGION}"

terraform/stg/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
init:
2+
tfenv install
23
terraform init \
34
-backend-config="bucket=${TF_VAR_remote_backend}" \
45
-backend-config="region=${AWS_DEFAULT_REGION}"

0 commit comments

Comments
 (0)