diff --git a/libs/digger_config/terragrunt/tac/golden/infrastructureLive.yaml b/libs/digger_config/terragrunt/tac/golden/infrastructureLive.yaml index 957c5c11b..4f522ebdd 100644 --- a/libs/digger_config/terragrunt/tac/golden/infrastructureLive.yaml +++ b/libs/digger_config/terragrunt/tac/golden/infrastructureLive.yaml @@ -12,6 +12,9 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: non-prod/us-east-1/qa/mysql - autoplan: enabled: false @@ -23,6 +26,9 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: non-prod/us-east-1/qa/webserver-cluster - autoplan: enabled: false @@ -34,6 +40,9 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: non-prod/us-east-1/stage/mysql - autoplan: enabled: false @@ -45,6 +54,9 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: non-prod/us-east-1/stage/webserver-cluster - autoplan: enabled: false @@ -56,6 +68,9 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: prod/us-east-1/prod/mysql - autoplan: enabled: false @@ -67,5 +82,8 @@ projects: - ../../../account.hcl - ../../region.hcl - ../env.hcl + - account.hcl + - region.hcl + - env.hcl dir: prod/us-east-1/prod/webserver-cluster version: 3 diff --git a/libs/digger_config/terragrunt/tac/golden/invalid_parent_module.yaml b/libs/digger_config/terragrunt/tac/golden/invalid_parent_module.yaml index 03aef0785..989627065 100644 --- a/libs/digger_config/terragrunt/tac/golden/invalid_parent_module.yaml +++ b/libs/digger_config/terragrunt/tac/golden/invalid_parent_module.yaml @@ -8,5 +8,8 @@ projects: - '*.hcl' - '*.tf*' - ../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: child/deep version: 3 diff --git a/libs/digger_config/terragrunt/tac/golden/multi_accounts_vpc_route53_tgw.yaml b/libs/digger_config/terragrunt/tac/golden/multi_accounts_vpc_route53_tgw.yaml index ca983ad33..1f9095a0c 100644 --- a/libs/digger_config/terragrunt/tac/golden/multi_accounts_vpc_route53_tgw.yaml +++ b/libs/digger_config/terragrunt/tac/golden/multi_accounts_vpc_route53_tgw.yaml @@ -8,6 +8,7 @@ projects: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl + - env.hcl dir: network-account/eu-west-1/network/transit-gateway - autoplan: enabled: false @@ -15,8 +16,11 @@ projects: - '*.hcl' - '*.tf*' - ../../../../../terragrunt.hcl + - env.hcl - ../../../env-a/network/vpc/terragrunt.hcl + - ../../../env-a/network/vpc/env.hcl - ../../../../../network-account/eu-west-1/network/transit-gateway/terragrunt.hcl + - ../../../../../network-account/eu-west-1/network/transit-gateway/env.hcl dir: prod/eu-west-1/_global/route53/test-zone - autoplan: enabled: false @@ -24,6 +28,8 @@ projects: - '*.hcl' - '*.tf*' - ../../../../../terragrunt.hcl + - env.hcl - ../../../../../network-account/eu-west-1/network/transit-gateway/terragrunt.hcl + - ../../../../../network-account/eu-west-1/network/transit-gateway/env.hcl dir: prod/eu-west-1/env-a/network/vpc version: 3 diff --git a/libs/digger_config/terragrunt/tac/golden/no_terraform_blocks.yml b/libs/digger_config/terragrunt/tac/golden/no_terraform_blocks.yml index 1c4560781..876863850 100644 --- a/libs/digger_config/terragrunt/tac/golden/no_terraform_blocks.yml +++ b/libs/digger_config/terragrunt/tac/golden/no_terraform_blocks.yml @@ -8,8 +8,17 @@ projects: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl - ../network/terragrunt.hcl + - ../network/account.hcl + - ../network/region.hcl + - ../network/env.hcl - ../../stage/network/terragrunt.hcl + - ../../stage/network/account.hcl + - ../../stage/network/region.hcl + - ../../stage/network/env.hcl dir: myproject/eu-south-1/infra/apps - autoplan: enabled: false @@ -17,7 +26,13 @@ projects: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl - ../../stage/network/terragrunt.hcl + - ../../stage/network/account.hcl + - ../../stage/network/region.hcl + - ../../stage/network/env.hcl dir: myproject/eu-south-1/infra/network - autoplan: enabled: false @@ -25,7 +40,13 @@ projects: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl - ../network/terragrunt.hcl + - ../network/account.hcl + - ../network/region.hcl + - ../network/env.hcl dir: myproject/eu-south-1/stage/dbs - autoplan: enabled: false @@ -33,6 +54,9 @@ projects: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: myproject/eu-south-1/stage/network - autoplan: enabled: false @@ -40,6 +64,9 @@ projects: - '*.hcl' - '*.tf*' - ../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: myproject/global/dns - autoplan: enabled: false @@ -47,5 +74,8 @@ projects: - '*.hcl' - '*.tf*' - ../../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: myproject/global/iam version: 3 diff --git a/libs/digger_config/terragrunt/tac/golden/withProjectName.yaml b/libs/digger_config/terragrunt/tac/golden/withProjectName.yaml index d7e8d1193..0d718aeb0 100644 --- a/libs/digger_config/terragrunt/tac/golden/withProjectName.yaml +++ b/libs/digger_config/terragrunt/tac/golden/withProjectName.yaml @@ -8,6 +8,9 @@ projects: - '*.hcl' - '*.tf*' - ../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: child/deep name: child_deep alias: child_deep diff --git a/libs/digger_config/terragrunt/tac/golden/withProjectNameAndAliasDelimiter.yaml b/libs/digger_config/terragrunt/tac/golden/withProjectNameAndAliasDelimiter.yaml index 1db5b5d26..c889a4aa4 100644 --- a/libs/digger_config/terragrunt/tac/golden/withProjectNameAndAliasDelimiter.yaml +++ b/libs/digger_config/terragrunt/tac/golden/withProjectNameAndAliasDelimiter.yaml @@ -8,6 +8,9 @@ projects: - '*.hcl' - '*.tf*' - ../../terragrunt.hcl + - account.hcl + - region.hcl + - env.hcl dir: child/deep name: child_deep alias: child/deep