Skip to content

Commit 936f8f7

Browse files
authored
Terraform Plan and Apply
1 parent a09d321 commit 936f8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/02-terraform-plan-apply.yml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
5353
- name: Terraform Init
54-
run: terraform init
54+
run: terraform init -upgrade
5555

5656
# Checks that all Terraform configuration files adhere to a canonical format
5757
# Will fail the build if not
@@ -141,7 +141,7 @@ jobs:
141141

142142
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
143143
- name: Terraform Init
144-
run: terraform init
144+
run: terraform init -upgrade
145145

146146
# Download saved plan from artifacts
147147
- name: Download Terraform Plan

0 commit comments

Comments
 (0)