Created
February 27, 2019 02:04
-
-
Save 100daysofdevops/197225d25f8b46819553f914612a2072 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
| module "vpc_networking" { | |
| source = "./vpc_networking" | |
| vpc_cidr = "${var.vpc_cidr}" | |
| public_cidrs = "${var.public_cidrs}" | |
| private_cidrs = "${var.private_cidrs}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment