Skip to content

Commit f0b27cc

Browse files
committed
fix: update Terragrunt commands to use non-interactive flag
1 parent b2a7b08 commit f0b27cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terragrunt-apply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
- name: Terragrunt Init All
5454
working-directory: terragrunt/environments/prod
5555
run: |
56-
terragrunt run --terragrunt-non-interactive --all init
56+
terragrunt run --non-interactive -- apply -auto-approve
5757
5858
- name: Terragrunt Apply All Modules
5959
working-directory: terragrunt/environments/prod
6060
run: |
61-
terragrunt run --terragrunt-non-interactive --all apply -- -auto-approve
61+
terragrunt run --non-interactive --all apply -- -auto-approve
6262
6363
- name: Output Route53 Nameservers
6464
if: success()

0 commit comments

Comments
 (0)