Skip to content

Commit

Permalink
demo-18b
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jun 18, 2018
1 parent 938ba0b commit 912cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-18b/modules/vpc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "AWS_REGION" {}
module "main-vpc" {
source = "terraform-aws-modules/vpc/aws"

name = "vpc-prod-${var.ENV}"
name = "vpc-${var.ENV}"
cidr = "10.0.0.0/16"

azs = ["${var.AWS_REGION}a", "${var.AWS_REGION}b", "${var.AWS_REGION}c"]
Expand Down

0 comments on commit 912cb5d

Please sign in to comment.