We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e591dec commit 99041e1Copy full SHA for 99041e1
outputs.tf
@@ -165,6 +165,11 @@ output "public_network_acl_arn" {
165
value = try(aws_network_acl.public[0].arn, null)
166
}
167
168
+output "public_subnet_availability_zones" {
169
+ description = "List of availability zones for public subnets"
170
+ value = aws_subnet.public[*].availability_zone
171
+}
172
+
173
################################################################################
174
# Private Subnets
175
0 commit comments