hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
659 stars 465 forks source link

"/module/vault-cluster" has error with conflicting attributes (vpc_zone_identifier & availability_zones) #209

Closed chrismillah closed 4 years ago

chrismillah commented 4 years ago

Trying to leverage the module 'vault-cluster' and keep hitting an error with conflicting attributes defined in the /terraform-aws-vault/modules/vault-cluster/main.tf on line 17.

Also, none of the examples leveraging the "vault-cluster" module are passing a variable for either vpc_zone_identifier OR availability_zones

A bit confused how any of the examples would work otherwise.

Screen Shot 2020-08-12 at 6 01 09 PM

brikis98 commented 4 years ago

I believe this is due to AWS Provider 3.x coming out recently with backwards incompatible changes. #206 has the fix.