Skip to content

Commit 36e5be6

Browse files
committed
Use correct terraform version
1 parent 562d3bd commit 36e5be6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/refresh-data-replication.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install terraform
100100
uses: hashicorp/setup-terraform@v3
101101
with:
102-
terraform_version: 1.11.4
102+
terraform_version: 1.13.3
103103
outputs:
104104
SNAPSHOT_ARN: ${{ steps.get-latest-snapshot.outputs.SNAPSHOT_ARN }}
105105

@@ -124,7 +124,7 @@ jobs:
124124
- name: Install terraform
125125
uses: hashicorp/setup-terraform@v3
126126
with:
127-
terraform_version: 1.11.4
127+
terraform_version: 1.13.3
128128
- name: Get db secret arn
129129
id: get-db-secret-arn
130130
working-directory: terraform/app
@@ -204,7 +204,7 @@ jobs:
204204
- name: Install terraform
205205
uses: hashicorp/setup-terraform@v3
206206
with:
207-
terraform_version: 1.11.4
207+
terraform_version: 1.13.3
208208
- name: Apply the changes
209209
run: |
210210
set -e

0 commit comments

Comments
 (0)