Skip to content

Commit

Permalink
Fix jenkins e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaschoudhary16 committed May 31, 2019
1 parent 461e8d0 commit 9404c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/prebuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module "vpc" {
azs = "${data.aws_availability_zones.azs.names}"
public_subnets = "${var.vpc_public_networks}"
private_subnets = "${var.vpc_private_networks}"
version = "~> 1.66.0"

public_subnet_tags = {
Name = "${var.environment_id}"
Expand Down

0 comments on commit 9404c27

Please sign in to comment.