Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 19, 2022
1 parent 88501f7 commit be7e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availabilty_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ output "availability_zone_ids" {

output "availability_zone_suffixes" {
description = "VPC Availability zone suffix list (3)"
value = data.aws_availability_zone.zone[*].name_suffix
value = [for k, v in data.aws_availability_zone.zone : v.name_suffix]
}

0 comments on commit be7e323

Please sign in to comment.