Skip to content

Commit

Permalink
action check
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jun 30, 2024
1 parent a51bdc4 commit bb53e44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/terraform-terragrunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
terraform:
runs-on: ubuntu-latest
env:
TF_WORKSPACE: terragrunt # Define TF_WORKSPACE environment variable
TF_WORKSPACE: terragrunt
# https://terragrunt.gruntwork.io/docs/getting-started/supported-versions/
THE_TG_VERSION: 0.57.0
THE_TF_VERSION: 1.8.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -33,7 +36,7 @@ jobs:
run: |
./symlink-modules.sh
echo "🔗 Symlink modules and workspace selection completed!"
- name: Terragrunt init
run: |
cd ./environment/stage
Expand Down

0 comments on commit bb53e44

Please sign in to comment.