Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 27, 2019 02:07
Show Gist options
  • Select an option

  • Save 100daysofdevops/5c674ec29913f0a5999912695cb0ef05 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/5c674ec29913f0a5999912695cb0ef05 to your computer and use it in GitHub Desktop.
vpc_cidr = "10.0.0.0/16"
public_cidrs
= [
"10.0.1.0/24",
"10.0.2.0/24"
]
private_cidrs
= [
"10.0.3.0/24",
"10.0.4.0/24"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment