|
@@ -15,8 +15,8 @@ dependency "transit-gateway-hub" {
|
|
|
config_path = "../008-transit-gateway-hub"
|
|
|
}
|
|
|
|
|
|
-dependency "xdr-interconnect-instances" {
|
|
|
- config_path = "../018-xdr-interconnect-instances"
|
|
|
+dependency "interconnect-instances" {
|
|
|
+ config_path = "../018-interconnect-instances"
|
|
|
}
|
|
|
|
|
|
# Include all settings from the root terragrunt.hcl file
|
|
@@ -34,6 +34,6 @@ inputs = {
|
|
|
Purpose = "Transit Gateway VPN"
|
|
|
Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
|
|
|
}
|
|
|
- xdr_interconnect_public_ips = dependency.xdr-interconnect-instances.outputs.public_ips
|
|
|
+ interconnect_public_ips = dependency.interconnect-instances.outputs.public_ips
|
|
|
transit_gateway_id = dependency.transit-gateway-hub.outputs.tgw_id
|
|
|
}
|