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 6dfaa87 commit e13af5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-terragrunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo mv /tmp/terragrunt /usr/local/bin/terragrunt
echo "✅ Terragrunt CLI setup completed!"
- name: Run symlink-modules.sh and select workspace
- name: Run symlink-modules.sh
run: |
./symlink-modules.sh
echo "🔗 Symlink modules and workspace selection completed!"
Expand Down
6 changes: 0 additions & 6 deletions terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ locals {
workspace_tags = "kintaro_devops"
}

terraform {
before_hook "workspace" {
commands = ["plan", "state", "apply", "destroy", "init"]
execute = ["terraform", "workspace", "select", "terragrunt"]
}
}

generate "backend" {
path = "auto_generated_backend.tf"
Expand Down

0 comments on commit e13af5c

Please sign in to comment.