Skip to content

Commit dfb5b2b

Browse files
authored
chore: bump TF and TG versions (#476)
1 parent 1ccc014 commit dfb5b2b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

composite-action/terragrunt/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ runs:
4141
- name: Set TF/TG versions
4242
shell: bash
4343
run: |
44-
echo "tf_version=1.6.6" >> $GITHUB_ENV
45-
echo "tg_version=0.53.2" >> $GITHUB_ENV
44+
echo "tf_version=1.11.3" >> $GITHUB_ENV
45+
echo "tg_version=0.77.6" >> $GITHUB_ENV
4646
4747
- name: Setup Terraform
4848
uses: hashicorp/setup-terraform@v2
@@ -62,7 +62,7 @@ runs:
6262
shell: bash
6363
working-directory: ${{ inputs.working_directory }}
6464
run: |
65-
terragrunt hclfmt --terragrunt-check --terragrunt-diff
65+
terragrunt hclfmt --check --diff
6666
6767
- name: Validate
6868
shell: bash

tf-managed/live/environments/dev/applications/forest-butterflynet/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically find the root terragrunt.hcl and inherit its
22
# configuration
33
include "root" {
4-
path = find_in_parent_folders()
4+
path = find_in_parent_folders("root.hcl")
55
}
66

77
# Load the actual Terraform module

tf-managed/live/environments/dev/applications/forest-calibnet/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically find the root terragrunt.hcl and inherit its
22
# configuration
33
include "root" {
4-
path = find_in_parent_folders()
4+
path = find_in_parent_folders("root.hcl")
55
}
66

77
# Load the actual Terraform module

tf-managed/live/environments/dev/applications/forest-mainnet/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically find the root terragrunt.hcl and inherit its
22
# configuration
33
include "root" {
4-
path = find_in_parent_folders()
4+
path = find_in_parent_folders("root.hcl")
55
}
66

77
# Load the actual Terraform module

tf-managed/live/environments/dev/applications/sync-check/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically find the root terragrunt.hcl and inherit its
22
# configuration
33
include "root" {
4-
path = find_in_parent_folders()
4+
path = find_in_parent_folders("root.hcl")
55
}
66

77
# Load the actual Terraform module

tf-managed/live/environments/prod/applications/sync-check/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically find the root terragrunt.hcl and inherit its
22
# configuration
33
include "root" {
4-
path = find_in_parent_folders()
4+
path = find_in_parent_folders("root.hcl")
55
}
66

77
# Load the actual Terraform module

0 commit comments

Comments
 (0)