We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc41e2 commit 9aa1546Copy full SHA for 9aa1546
1 file changed
.github/workflows/deploy.yml
@@ -31,13 +31,13 @@ jobs:
31
- name: Setup Terraform
32
uses: hashicorp/setup-terraform@v3.1.2
33
with:
34
- terraform_version: 1.5.7
+ terraform_version: 1.13.4
35
terraform_wrapper: true
36
37
- name: Setup Terragrunt
38
uses: autero1/action-terragrunt@v3.0.2
39
40
- terragrunt-version: 0.55.18
+ terragrunt-version: 0.86.0
41
token: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Upgrade Provider
0 commit comments