Commit 16fe2aed authored by Felix Edelsten's avatar Felix Edelsten

Removing availability_zones

parent 505a4d5d
......@@ -90,7 +90,6 @@ resource "aws_launch_configuration" "bastion" {
resource "aws_autoscaling_group" "bastion" {
name = "Bastion - ${aws_launch_configuration.bastion.name}"
availability_zones = var.availability_zones
vpc_zone_identifier = flatten([var.subnet_ids])
launch_configuration = aws_launch_configuration.bastion.id
min_size = var.bastion_instances
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment