-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge all latest into live TG repository structure
- Loading branch information
Showing
9 changed files
with
118 additions
and
154 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-dns/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| include "root" { | ||
| path = find_in_parent_folders() | ||
| expose = true | ||
| } | ||
|
|
||
| terraform { | ||
| source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-dns.git" | ||
| extra_arguments "retry_lock" { | ||
| commands = get_terraform_commands_that_need_locking() | ||
| arguments = ["-lock-timeout=20m"] | ||
| } | ||
| } | ||
|
|
||
| dependency "eks" { | ||
| config_path = "../eks" | ||
| mock_outputs = { | ||
| zone_ids = ["Z12345678CA5FV1LIFBC5"] | ||
| } | ||
| } | ||
|
|
||
| inputs = { | ||
| cluster_name = dependency.eks.inputs.cluster_name | ||
| profile = include.root.inputs.aws_profile | ||
| region = include.root.inputs.aws_region | ||
| subnets = dependency.eks.outputs.subnets | ||
| tags = dependency.eks.inputs.tags | ||
| vpc_domain_name = dependency.eks.inputs.vpc_domain_name | ||
| vpc_id = dependency.eks.outputs.vpc_id | ||
| vpc_name = dependency.eks.inputs.vpc_name | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
lab/development/us-gov-east-1/vpc/platform-eng-eks-test/eks-dns/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| include "root" { | ||
| path = find_in_parent_folders() | ||
| expose = true | ||
| } | ||
|
|
||
| terraform { | ||
| source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-dns.git" | ||
| extra_arguments "retry_lock" { | ||
| commands = get_terraform_commands_that_need_locking() | ||
| arguments = ["-lock-timeout=20m"] | ||
| } | ||
| } | ||
|
|
||
| dependency "eks" { | ||
| config_path = "../eks" | ||
| mock_outputs = { | ||
| zone_ids = ["Z12345678CA5FV1LIFBC5"] | ||
| } | ||
| } | ||
|
|
||
| inputs = { | ||
| cluster_name = dependency.eks.inputs.cluster_name | ||
| profile = include.root.inputs.aws_profile | ||
| region = include.root.inputs.aws_region | ||
| subnets = dependency.eks.outputs.subnets | ||
| tags = dependency.eks.inputs.tags | ||
| vpc_domain_name = dependency.eks.inputs.vpc_domain_name | ||
| vpc_id = dependency.eks.outputs.vpc_id | ||
| vpc_name = dependency.eks.inputs.vpc_name | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
lab/development/us-gov-east-1/vpc/platform-test-cicd/eks-dns/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| include "root" { | ||
| path = find_in_parent_folders() | ||
| expose = true | ||
| } | ||
|
|
||
| terraform { | ||
| source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-dns.git" | ||
| extra_arguments "retry_lock" { | ||
| commands = get_terraform_commands_that_need_locking() | ||
| arguments = ["-lock-timeout=20m"] | ||
| } | ||
| } | ||
|
|
||
| dependency "eks" { | ||
| config_path = "../eks" | ||
| mock_outputs = { | ||
| zone_ids = ["Z12345678CA5FV1LIFBC5"] | ||
| } | ||
| } | ||
|
|
||
| inputs = { | ||
| cluster_name = dependency.eks.inputs.cluster_name | ||
| profile = include.root.inputs.aws_profile | ||
| region = include.root.inputs.aws_region | ||
| subnets = dependency.eks.outputs.subnets | ||
| tags = dependency.eks.inputs.tags | ||
| vpc_domain_name = dependency.eks.inputs.vpc_domain_name | ||
| vpc_id = dependency.eks.outputs.vpc_id | ||
| vpc_name = dependency.eks.inputs.vpc_name | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
lab/development/us-gov-east-1/vpc/platform-test-x/eks-kiali.disable/terragrunt.hcl
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
lab/development/us-gov-east-1/vpc/platform-test-x/eks-tempo/terragrunt.hcl.disable
This file was deleted.
Oops, something went wrong.