Skip to content

Instantly share code, notes, and snippets.

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

  • Save 100daysofdevops/197225d25f8b46819553f914612a2072 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/197225d25f8b46819553f914612a2072 to your computer and use it in GitHub Desktop.
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