Thank you for open sourcing this module.
Have noticed that the logs bucket allows some objects to be set to public. I guess this could be useful in some situations but is not for our typical use case.
I've done a second resource in my main.tf implementing this:
https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/master/main.tf#L119
If there's value I can submit a PR...
Thank you for open sourcing this module.
Have noticed that the logs bucket allows some objects to be set to public. I guess this could be useful in some situations but is not for our typical use case.
I've done a second
resourcein mymain.tfimplementing this:https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/master/main.tf#L119
If there's value I can submit a PR...