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

Missing SG in Private Vault Example #118

Open tayhalla opened 5 years ago

tayhalla commented 5 years ago

The consul cluster in the examples/vault-cluster-private repo is missing the security group from the vault cluster. The result is the vault nodes can't speak to the consul nodes due to lack of security group rules.

The fix is to supply the missing vault security group to the consult cluster. The submodule that relies on this security group can be found here: https://github.com/hashicorp/terraform-aws-consul/blob/master/modules/consul-security-group-rules/variables.tf#L20

brikis98 commented 5 years ago

I could've sworn we had already fixed this! Would you be up for a quick PR to fix it?

tayhalla commented 5 years ago

of course - coming in soon. Thx @brikis98