Skip to content

Commit

Permalink
fix tgenv + tfenv
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Jan 3, 2024
1 parent cf876d8 commit 74c1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@master
- name: Install required Terraform & Terragrunt versions
run: cd environments && tfenv install && tgenv install
run: tfenv install && tgenv install
#### Terraforming
- name: 'Terragrunt Apply _nonlive'
run: cd _nonlive && terragrunt init && terragrunt apply --auto-approve --input=false
Expand Down

0 comments on commit 74c1891

Please sign in to comment.