We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562d3bd commit 36e5be6Copy full SHA for 36e5be6
1 file changed
.github/workflows/refresh-data-replication.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install terraform
100
uses: hashicorp/setup-terraform@v3
101
with:
102
- terraform_version: 1.11.4
+ terraform_version: 1.13.3
103
outputs:
104
SNAPSHOT_ARN: ${{ steps.get-latest-snapshot.outputs.SNAPSHOT_ARN }}
105
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
- name: Get db secret arn
129
id: get-db-secret-arn
130
working-directory: terraform/app
@@ -204,7 +204,7 @@ jobs:
204
205
206
207
208
- name: Apply the changes
209
run: |
210
set -e
0 commit comments