Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Last active May 10, 2023 19:26
Show Gist options
  • Save nicosingh/c5271391011a179c25e2572962e35c9f to your computer and use it in GitHub Desktop.
Save nicosingh/c5271391011a179c25e2572962e35c9f to your computer and use it in GitHub Desktop.
cluster_name = "my-app-eks"
iac_environment_tag = "development"
name_prefix = "my-app"
main_network_block = "10.0.0.0/16"
cluster_azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
subnet_prefix_extension = 4
zone_offset = 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment