File tree Expand file tree Collapse file tree 4 files changed +4
-49
lines changed
Expand file tree Collapse file tree 4 files changed +4
-49
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Setup
2020 run : |
21- wget https://github.com/gruntwork-io/terragrunt/releases/download/v0.59 .1/terragrunt_linux_amd64
21+ wget https://github.com/gruntwork-io/terragrunt/releases/download/v0.84 .1/terragrunt_linux_amd64
2222 mv terragrunt_linux_amd64 terragrunt
2323 chmod +x terragrunt
2424 mv terragrunt /usr/local/bin
Original file line number Diff line number Diff line change 2121 mkdir --parents ${{ inputs.terragrunt_download_directory }}
2222 working-directory : ${{ inputs.working_directory }}
2323 shell : bash
24- - name : Terragrunt Init
25- run : |
26- terragrunt run-all init -upgrade \
27- --terragrunt-non-interactive
28- working-directory : ${{ inputs.working_directory }}
29- shell : bash
3024 - name : Terragrunt Apply
3125 run : |
3226 terragrunt run-all apply \
Original file line number Diff line number Diff line change 11# Rider
2- .idea
2+ .idea
3+
4+ .vs /
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments