Skip to content

Commit b0f57d7

Browse files
committed
fix: correct syntax for Terragrunt apply command in workflow
1 parent 6f6aebd commit b0f57d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terragrunt-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Terragrunt Apply All Modules
5959
working-directory: terragrunt/environments/prod
6060
run: |
61-
terragrunt run --all apply -auto-approve
61+
terragrunt run --all apply -- -auto-approve
6262
6363
- name: Output Route53 Nameservers
6464
if: success()

0 commit comments

Comments
 (0)