From 98be371cec069c28e1cd465780f9f59719b313b2 Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Wed, 23 Apr 2025 15:22:35 +0100 Subject: [PATCH 1/2] CCM-9140 rename vpc output --- infrastructure/terraform/components/acct/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/components/acct/outputs.tf b/infrastructure/terraform/components/acct/outputs.tf index ecbbcade5..e8d778d51 100644 --- a/infrastructure/terraform/components/acct/outputs.tf +++ b/infrastructure/terraform/components/acct/outputs.tf @@ -20,7 +20,7 @@ output "s3_buckets" { } } -output "vpc_public_subnets" { +output "vpc_subnets" { value = { public = module.vpc.public_subnets private = module.vpc.private_subnets From 4a7ab06bfe4790f446e76345f525844473e2c608 Mon Sep 17 00:00:00 2001 From: aidenvaines-bjss Date: Wed, 23 Apr 2025 15:25:50 +0100 Subject: [PATCH 2/2] CCM-9140 rename vpc output --- infrastructure/terraform/components/acct/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/components/acct/README.md b/infrastructure/terraform/components/acct/README.md index ba0ee42e5..66e9c26b5 100644 --- a/infrastructure/terraform/components/acct/README.md +++ b/infrastructure/terraform/components/acct/README.md @@ -44,7 +44,7 @@ | [github\_pat\_ssm\_param\_name](#output\_github\_pat\_ssm\_param\_name) | n/a | | [s3\_buckets](#output\_s3\_buckets) | n/a | | [vpc\_nat\_ips](#output\_vpc\_nat\_ips) | n/a | -| [vpc\_public\_subnets](#output\_vpc\_public\_subnets) | n/a | +| [vpc\_subnets](#output\_vpc\_subnets) | n/a |