Skip to content

Commit

Permalink
Bump gruntwork-io/terragrunt-action from 2.0.2 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [gruntwork-io/terragrunt-action](https://github.com/gruntwork-io/terragrunt-action) from 2.0.2 to 2.1.3.
- [Release notes](https://github.com/gruntwork-io/terragrunt-action/releases)
- [Commits](gruntwork-io/terragrunt-action@v2.0.2...v2.1.3)

---
updated-dependencies:
- dependency-name: gruntwork-io/terragrunt-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent d92330e commit 0beba84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tg-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Apply
uses: gruntwork-io/terragrunt-action@v2.0.2
uses: gruntwork-io/terragrunt-action@v2.1.3
env:
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tg-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Destroy
uses: gruntwork-io/terragrunt-action@v2.0.2
uses: gruntwork-io/terragrunt-action@v2.1.3
env:
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tg-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Check terragrunt HCL
uses: gruntwork-io/terragrunt-action@v2.0.2
uses: gruntwork-io/terragrunt-action@v2.1.3
with:
tf_version: ${{ vars.TF_VERSION }}
tg_version: ${{ vars.TG_VERSION }}
Expand All @@ -49,7 +49,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Init
uses: gruntwork-io/terragrunt-action@v2.0.2
uses: gruntwork-io/terragrunt-action@v2.1.3
env:
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Plan
uses: gruntwork-io/terragrunt-action@v2.0.2
uses: gruntwork-io/terragrunt-action@v2.1.3
env:
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0beba84

Please sign in to comment.