Skip to content

Commit b2a7b08

Browse files
committed
fix: add non-interactive flag to Terragrunt init and apply commands
1 parent b0f57d7 commit b2a7b08

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 --all init
56+
terragrunt run --terragrunt-non-interactive --all init
5757
5858
- name: Terragrunt Apply All Modules
5959
working-directory: terragrunt/environments/prod
6060
run: |
61-
terragrunt run --all apply -- -auto-approve
61+
terragrunt run --terragrunt-non-interactive --all apply -- -auto-approve
6262
6363
- name: Output Route53 Nameservers
6464
if: success()

0 commit comments

Comments
 (0)