v0.36.0
Removing policy attribute for S3 bucket @justnom (#86)
what
- Fixing a bug where the bucket policy would flip-flop on Terraform apply if
var.policy
and any ofvar.allow_ssl_requests_only
,var.allow_encrypted_uploads_only
were set
why
- The
aws_s3_bucket.policy
attribute was competing with theaws_s3_bucket_policy
resource