Skip to content

Instantly share code, notes, and snippets.

@unfor19
Created September 24, 2019 09:05
Show Gist options
  • Save unfor19/c7a07d5d942e35d174eb399d83fc5841 to your computer and use it in GitHub Desktop.
Save unfor19/c7a07d5d942e35d174eb399d83fc5841 to your computer and use it in GitHub Desktop.
Availability zones names
locals {
availability_zones = data.aws_availability_zones.available.names
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment