Hello is there any way to retrieve aws availability zones
? like in terraform data source
? I’m planing to deploy all modules only with terragrunt, but it seems only because of aws availability zones I need to completely redefine the terragrunt.hcl
file
data "aws_availability_zones" "available" {
# Data To Identify Current Availability Zones
}
zone = data.aws_availability_zones.available.names