From dac76a900b0a39a7654f8e5b65332b11230b96ae Mon Sep 17 00:00:00 2001 From: Dave Gulli Date: Mon, 11 Sep 2023 20:47:05 +1000 Subject: [PATCH] fixed references --- modules/net-vpc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/net-vpc/README.md b/modules/net-vpc/README.md index 335e62b8..6dbb36d6 100644 --- a/modules/net-vpc/README.md +++ b/modules/net-vpc/README.md @@ -586,7 +586,7 @@ module "vpc" { | [subnet_secondary_ranges](outputs.tf#L110) | Map of subnet secondary ranges keyed by name. | | | [subnet_self_links](outputs.tf#L121) | Map of subnet self links keyed by name. | | | [subnets](outputs.tf#L126) | Subnet resources. | | -| [subnets_global_proxy_only](outputs.tf#L141) | Cross-region internal L7 ILB resources | | -| [subnets_proxy_only](outputs.tf#L131) | L7 ILB or L7 Regional LB subnet resources. | | -| [subnets_psc](outputs.tf#L136) | Private Service Connect subnet resources. | | +| [subnets_global_proxy_only](outputs.tf#L131) | Cross-region internal L7 ILB resources | | +| [subnets_proxy_only](outputs.tf#L136) | L7 ILB or L7 Regional LB subnet resources. | | +| [subnets_psc](outputs.tf#L141) | Private Service Connect subnet resources. | |