cloudposse/terraform-aws-rds-cluster

Dropping variable availability_zones ?

maartenvanderhoef opened this issue · 2 comments

Hi,

availability_zones is EC2 classic, I believe that the module and the examples will get better if EC2 classic support is dropped. The current examples are mixing EC2 Classic params with VPC params.

availability_zones - (Optional) A list of EC2 Availability Zones that instances in the DB cluster can be created in

I agree. We should just drop support for classic and update examples accordingly.

thanks @maartenvanderhoef
addressed in #38