Skip to content

Commit

Permalink
Merge pull request #34 from silinternational/develop
Browse files Browse the repository at this point in the history
remove aws_zones from asg module usage
  • Loading branch information
fillup authored Oct 9, 2017
2 parents 36e2eb2 + 4c8f9f1 commit 173f3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/010-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module "asg" {
app_name = "${var.app_name}"
app_env = "${var.app_env}"
aws_instance = "${var.aws_instance}"
aws_zones = "${var.aws_zones}"
private_subnet_ids = ["${module.vpc.private_subnet_ids}"]
default_sg_id = "${module.vpc.vpc_default_sg_id}"
ecs_instance_profile_id = "${var.ecs_instance_profile_id}"
Expand Down

0 comments on commit 173f3f1

Please sign in to comment.