Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Aug 14, 2024
1 parent 3369605 commit cd7a4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: tfenv install && tgenv install
#### Terraforming
- name: 'Terragrunt Apply nonlive'
run: cd environment/nonlive && terragrunt init && terragrunt apply --auto-approve --input=false
run: cd environments/nonlive && terragrunt init && terragrunt apply --auto-approve --input=false
- name: 'Terragrunt Apply live'
run: cd environment/live && terragrunt init && terragrunt apply --auto-approve --input=false
run: cd environments/live && terragrunt init && terragrunt apply --auto-approve --input=false

0 comments on commit cd7a4cd

Please sign in to comment.