Skip to content

Commit 7a074b1

Browse files
authored
Dependabot terraform (#219)
* chore: configure dependabot to maintain terraform deps * fix: support for upgrading the AWS terraform provider
1 parent df11657 commit 7a074b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
terragrunt-version: 0.55.18
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242

43+
- name: Upgrade Provider
44+
run: |
45+
echo "Upgrading AWS provider..."
46+
terragrunt init --terragrunt-working-dir $TG_WORKING_DIR --upgrade
47+
4348
- name: Terragrunt Plan
4449
run: terragrunt plan --terragrunt-working-dir $TG_WORKING_DIR
4550

0 commit comments

Comments
 (0)