Skip to content

Instantly share code, notes, and snippets.

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

  • Save 100daysofdevops/7a0e5b7fa23a648d93367b9f35a4469c to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/7a0e5b7fa23a648d93367b9f35a4469c to your computer and use it in GitHub Desktop.
variable "vpc_cidr" {}
variable "public_cidrs" {
type = "list"
}
variable "private_cidrs" {
type = "list"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment