hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
401 stars 484 forks source link

Edit default value for availability_zones and subnet_ids vars to null #182

Closed rafaelremondes closed 4 years ago

rafaelremondes commented 4 years ago

Related to Issue 181

Newest provider-aws version only allows us to set one of the 2 variables: availability_zones and subnet_ids when creating AutoScalingGroups.

As per @brikis98 suggestion, I am changing the default value of these 2 variables to null so they're no longer conflicting, allowing to set either of them when using the consul_cluster module.

hashicorp-cla commented 4 years ago

CLA assistant check
All committers have signed the CLA.

brikis98 commented 4 years ago

Tests passed! Merging now.

brikis98 commented 4 years ago

https://github.com/hashicorp/terraform-aws-consul/releases/tag/v0.7.7