We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6aebd commit b0f57d7Copy full SHA for b0f57d7
1 file changed
.github/workflows/terragrunt-apply.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Terragrunt Apply All Modules
59
working-directory: terragrunt/environments/prod
60
run: |
61
- terragrunt run --all apply -auto-approve
+ terragrunt run --all apply -- -auto-approve
62
63
- name: Output Route53 Nameservers
64
if: success()
0 commit comments