Hello.
I’m using the “terraform-aws-cloudtrail-s3-bucket” module, but it lacks 2 variables (object_lock_configuration & bucket_key_enabled), I added them to the module:
1)
https://github.com/cloudposse/terraform-aws-cloudtrail-s3-bucket/pull/692)
https://github.com/cloudposse/terraform-aws-cloudtrail-s3-bucket/pull/70Since the module refers to “terraform-aws-s3-log-storage”, I had to add a variable in it:
3)
https://github.com/cloudposse/terraform-aws-s3-log-storage/pull/84Note that the final module “cloudposse/s3-bucket/aws” already has these variables.Please approve these changes as soon as possible, the code is tested and works.