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

Module does not support encrypted block ebs_block_device and root_block_device option #160

Open szaki99 opened 4 years ago

szaki99 commented 4 years ago

Can you add the option inside the aws_launch_configuration ressource on the module consul-cluster

https://github.com/hashicorp/terraform-aws-consul/blob/master/modules/consul-cluster/main.tf#L76 to encrypt the ebs_block_device and root_block_device

Thanks

brikis98 commented 4 years ago

Good idea! Would you be up for a quick PR to add this?

szaki99 commented 4 years ago

Hello @brikis98 i created https://github.com/hashicorp/terraform-aws-consul/pull/161

Thanks