|
@@ -24,7 +24,7 @@ dependency "vpc_system_services" {
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
terraform {
|
|
terraform {
|
|
# Double slash is intentional and required to show root of modules
|
|
# Double slash is intentional and required to show root of modules
|
|
- source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/transit_gateway_client?ref=v3.0.0"
|
|
|
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/transit_gateway_client?ref=v3.5.17"
|
|
}
|
|
}
|
|
|
|
|
|
# Include all settings from the root terragrunt.hcl file
|
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -47,5 +47,5 @@ inputs = {
|
|
subnets = dependency.vpc_system_services.outputs.private_subnets
|
|
subnets = dependency.vpc_system_services.outputs.private_subnets
|
|
route_tables = concat(dependency.vpc_system_services.outputs.private_route_tables, dependency.vpc_system_services.outputs.public_route_tables)
|
|
route_tables = concat(dependency.vpc_system_services.outputs.private_route_tables, dependency.vpc_system_services.outputs.public_route_tables)
|
|
}
|
|
}
|
|
-terraform_version_constraint = "= 1.0.7"
|
|
|
|
-terragrunt_version_constraint = "= 0.32.3"
|
|
|
|
|
|
+terraform_version_constraint = "= 1.1.6"
|
|
|
|
+terragrunt_version_constraint = "= 0.36.2"
|