nozaq / terraform-aws-secure-baseline

Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.
MIT License
1.14k stars 371 forks source link

feat: Make audit log bucket access logs bucket name customizable #303

Closed K3ndu closed 2 years ago

K3ndu commented 2 years ago

This adds an option audit_log_bucket_access_logs_name to define your own audit log bucket access logs bucket name. If you leave this empty or undefined, the name will be generated from audit_log_bucket_name as before.

fixes: #301

nozaq commented 2 years ago

@K3ndu Thank you for your proposal, LGTM!