Skip to content

Instantly share code, notes, and snippets.

@a-patel
Last active June 7, 2022 11:40
Show Gist options
  • Save a-patel/9755c2a9da3b1013d8d56456732c7753 to your computer and use it in GitHub Desktop.
Save a-patel/9755c2a9da3b1013d8d56456732c7753 to your computer and use it in GitHub Desktop.
Amazon EKS Terraform Workshop: Data Sources
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