Skip to content

Commit

Permalink
subnetaz
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed May 19, 2018
1 parent 5af14f2 commit e6018a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module "openshift" {
region = "${var.region}"
amisize = "t2.large" // Smallest that meets the min specs for OS
vpc_cidr = "10.0.0.0/16"
subnetaz = "${var.subnetaz}"
subnet_cidr = "10.0.1.0/24"
key_name = "openshift"
public_key_path = "${var.public_key_path}"
Expand Down

0 comments on commit e6018a3

Please sign in to comment.