Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Nov 3, 2023
1 parent 694bfb5 commit f6e12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ output "named_private_subnets_stats_map" {

output "named_public_subnets_stats_map" {
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"
value = named_public_subnets_stats_map
value = module.subnets.named_public_subnets_stats_map
}

output "vpc_id" {
Expand Down

0 comments on commit f6e12df

Please sign in to comment.