Skip to content

Commit

Permalink
removed the unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay Bangale committed Oct 9, 2024
1 parent b677bc6 commit 64db907
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/x-nb-psc-mig-l7xlb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ locals {
subnet_region_name = { for subnet in var.exposure_subnets :
subnet.region => "${subnet.region}/${subnet.name}"
}
instance_region_name = { for subnet in var.exposure_subnets :
subnet.region => subnet.instance
}
psc_subnets = { for psc in var.psc_subnets :
psc.name => psc
}
Expand Down Expand Up @@ -112,7 +109,6 @@ module "apigee-x-bridge-mig" {
network = module.vpc.network.id
region = each.key
subnet = module.vpc.subnet_self_links[local.subnet_region_name[each.key]]
#endpoint_ip = module.apigee-x-core.instance_endpoints[local.instance_region_name[each.key]]
endpoint_ip = data.google_compute_address.int_psc_ips[local.region_psc_map[each.key]].address
}

Expand Down

0 comments on commit 64db907

Please sign in to comment.