Skip to content

Commit 2e6ac04

Browse files
authored
Use tf 1.2.9 for plan (#56)
1 parent 0949f5d commit 2e6ac04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plan-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: hashicorp/setup-terraform@v2
8888
if: steps.changes.outputs.src== 'true'
8989
with:
90-
terraform_version: 1.0.0
90+
terraform_version: 1.2.9
9191

9292
- if: steps.changes.outputs.src== 'true'
9393
run: terraform version
@@ -100,4 +100,4 @@ jobs:
100100
- name: Terraform Plan
101101
if: steps.changes.outputs.src== 'true'
102102
working-directory: ${{ matrix.directory }}
103-
run: terraform plan -no-color
103+
run: terraform plan -no-color

0 commit comments

Comments
 (0)