Skip to content

Commit 95f3ca4

Browse files
Merge pull request #12 from recognizegroup/Update-terraform-version
Updated terragrunt to latest version. Removed init upgrade from terragrunt apply action. Removed unused file
2 parents 912d382 + 07ee39d commit 95f3ca4

File tree

4 files changed

+4
-49
lines changed

4 files changed

+4
-49
lines changed

.github/actions/brew_and_gittoken/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
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

.github/actions/terragrunt_apply/action.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ runs:
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 \

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#Rider
2-
.idea
2+
.idea
3+
4+
.vs/

brew_and_gittoken/action.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)