Created
February 27, 2019 02:06
-
-
Save 100daysofdevops/7a0e5b7fa23a648d93367b9f35a4469c to your computer and use it in GitHub Desktop.
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
| 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