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 |
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