Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Aug 14, 2024
1 parent 076c087 commit 3369605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/terragrunt_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
tf_version: 'latest'
tg_version: 'latest'
tf_working_dir: '_nonlive'
tf_working_dir: 'nonlive'
jobs:
build_demo_project:
runs-on: ubuntu-latest
Expand All @@ -20,8 +20,8 @@ jobs:
- name: Install required Terraform & Terragrunt versions
run: tfenv install && tgenv install
#### Terraforming
- name: 'Terragrunt Apply _nonlive'
run: cd _nonlive && terragrunt init && terragrunt apply --auto-approve --input=false
- name: 'Terragrunt Apply _live'
run: cd _live && terragrunt init && terragrunt apply --auto-approve --input=false
- name: 'Terragrunt Apply nonlive'
run: cd environment/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

0 comments on commit 3369605

Please sign in to comment.