Skip to content

Commit f6e12df

Browse files
committed
update output
1 parent 694bfb5 commit f6e12df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ output "named_private_subnets_stats_map" {
133133

134134
output "named_public_subnets_stats_map" {
135135
description = "Map of subnet names (specified in `subnets_per_az_names` variable) to lists of objects with each object having three items: AZ, public subnet ID, public route table ID"
136-
value = named_public_subnets_stats_map
136+
value = module.subnets.named_public_subnets_stats_map
137137
}
138138

139139
output "vpc_id" {

0 commit comments

Comments
 (0)