hashicorp / terraform-aws-vault

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

Add logging configuration to the ELB #238

Closed dchernivetsky closed 3 years ago

dchernivetsky commented 3 years ago

For security audit purposes, a logging configuration is required on the Load Balancer. Even though configuration is straight passthrough, it is still useful to see and store the logs collected by the ELB itself.

brikis98 commented 3 years ago

Fixed in #238 and released in https://github.com/hashicorp/terraform-aws-vault/releases/tag/v0.14.3.

dchernivetsky commented 3 years ago

/reopen pls