Skip to content

Instantly share code, notes, and snippets.

@AymenSegni
Created April 12, 2020 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AymenSegni/9be65c3273f0349375054ee8bc5c1e67 to your computer and use it in GitHub Desktop.
Save AymenSegni/9be65c3273f0349375054ee8bc5c1e67 to your computer and use it in GitHub Desktop.
cidr = "10.0.0.0/16"
azs = ["eu-central-1a", "eu-central-1b", "eu-central-1c"]
private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"]
ingress_ips = ["10.0.0.100/32", "10.0.0.101/32", "10.0.0.103/32"]
cluster_name = "aymen.krypton.berlin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment