Skip to content

Commit 02768b5

Browse files
Update hashicorp/setup-terraform action to v3
1 parent 71d263a commit 02768b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
- name: Setup terraform
22-
uses: hashicorp/setup-terraform@v2
22+
uses: hashicorp/setup-terraform@v3
2323
- name: Terraform Init
2424
working-directory: ./nodes
2525
run: terraform init -upgrade=true

.github/workflows/deploy-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
- name: Setup terraform
22-
uses: hashicorp/setup-terraform@v2
22+
uses: hashicorp/setup-terraform@v3
2323
- name: Terraform Init
2424
working-directory: ./nodes
2525
run: terraform init -upgrade=true

.github/workflows/destroy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919
- name: Setup terraform
20-
uses: hashicorp/setup-terraform@v2
20+
uses: hashicorp/setup-terraform@v3
2121
- name: Terraform Init
2222
working-directory: ./nodes
2323
run: terraform init -upgrade=true

0 commit comments

Comments
 (0)