Created
September 24, 2019 09:05
-
-
Save unfor19/c7a07d5d942e35d174eb399d83fc5841 to your computer and use it in GitHub Desktop.
Availability zones names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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