Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jun 30, 2024
1 parent e13af5c commit 1faeba2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/terraform-terragrunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Print HOME directory
run: |
echo "The HOME directory is: $HOME"
ls -la $HOME
- name: Set up Terraform CLI
uses: hashicorp/setup-terraform@v3
with:
Expand All @@ -37,6 +32,13 @@ jobs:
./symlink-modules.sh
echo "🔗 Symlink modules and workspace selection completed!"
- name: Select workspace
run: |
cd ./environment/stage
terragrunt workspace list
echo "🌐 Workspace 'stage' selected!"
- name: Terragrunt init
run: |
cd ./environment/stage
Expand Down

0 comments on commit 1faeba2

Please sign in to comment.