|
@@ -13,7 +13,7 @@ locals {
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
# Double slash is intentional and required to show root of modules
|
|
|
- source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/standard_vpc?ref=v3.2.14"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/standard_vpc?ref=v3.2.15"
|
|
|
}
|
|
|
|
|
|
dependency "transit_gateway" {
|
|
@@ -39,6 +39,7 @@ inputs = {
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
}
|
|
|
enable_nat_gateway = true # most VPCs have no need
|
|
|
+ allow_any_to_endpoints = true # DNS servers are in this vpc, so other vpcs may need access
|
|
|
}
|
|
|
terraform_version_constraint = "= 1.0.7"
|
|
|
terragrunt_version_constraint = "= 0.32.3"
|