Last active
June 7, 2022 11:39
-
-
Save a-patel/b34f89ae17ba759ce12b32069519bc67 to your computer and use it in GitHub Desktop.
Amazon EKS Terraform Workshop: Terraform TFVars
This file contains hidden or 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
aws_access_key = "<REPLACE_WTIH_YOUR_ACCESS_KEY>" | |
aws_secret_key = "<REPLACE_WTIH_YOUR_SECRET_KEY>" | |
region = "us-west-2" | |
availability_zones_count = 2 | |
project = "TFEKSWorkshop" | |
vpc_cidr = "10.0.0.0/16" | |
subnet_cidr_bits = 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment