Open jverhoeks opened 3 years ago
Related issue: this module does not respect the the policy
variable. In the terraform-aws-cloudtrail-s3-bucket module, var.policy
is incorporated as the source_json
in the data document, which is absent in this module.
Found a bug? Maybe our Slack Community can help.
Describe the Bug
The s3 bucket policy conflicts with the bucket policy in the storage module. Every apply the policy is changed either one of the policies is active.
Expected Behavior
Changes to the policy are active and the terraform plan is consistent
Steps to Reproduce
Steps to reproduce the behavior: Create module with
Screenshots
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
Terraform v0.14.11
Additional Context
Same problem in the flowlogs and cloudtrail bucket modules.