Skip to content

Commit eb164c8

Browse files
committed
Fix missing include env.hcl in terragrunt.hcl files
1 parent 9218740 commit eb164c8

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

infrastructure/dev/us-east-2/compute/parallel-cluster/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

infrastructure/dev/us-east-2/monitoring/cloudwatch/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

infrastructure/dev/us-east-2/networking/efa-sg/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

infrastructure/dev/us-east-2/storage/fsx-lustre-persistent/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

infrastructure/dev/us-east-2/storage/fsx-lustre-scratch/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

infrastructure/dev/us-east-2/storage/s3-data-repository/terragrunt.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include "account" {
33
path = find_in_parent_folders("account.hcl")
44
}
55

6+
include "env" {
7+
path = "../../../env.hcl"
8+
}
69

710
include "region" {
811
path = "../../region.hcl"

0 commit comments

Comments
 (0)