Created
September 24, 2019 09:04
-
-
Save unfor19/dba6488e57e8576d7bfd099bea2f9a50 to your computer and use it in GitHub Desktop.
data aws_availability_zones
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
data "aws_availability_zones" "available" { | |
state = "available" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment