Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix action after upgrade #216

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Init
id: init
uses: gruntwork-io/terragrunt-action@v2.0.0
uses: lucasmellos/terragrunt-action@main
with:
tf_version: 1.5.7
tg_version: 0.54.12
Expand All @@ -176,7 +176,7 @@ jobs:
git config --global --list

- name: Validate
uses: gruntwork-io/terragrunt-action@v2.0.0
uses: lucasmellos/terragrunt-action@main
id: validate
with:
tf_version: 1.5.7
Expand All @@ -187,7 +187,7 @@ jobs:
OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}

- name: Plan
uses: gruntwork-io/terragrunt-action@v2.0.0
uses: lucasmellos/terragrunt-action@main
id: plan
with:
tf_version: 1.5.7
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

- name: Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: gruntwork-io/terragrunt-action@v2.0.0
uses: lucasmellos/terragrunt-action@main
id: apply
with:
tf_version: 1.5.7
Expand Down