terraform-aws-s3-bucket
terraform-aws-s3-bucket copied to clipboard
Terraform module to create AWS S3 resources πΊπ¦
## Description For some reason module syntax is no longer valid after upgrade to version 1.2.7, resulting in an error message on every argument that is not expected here. `β...
## Description I am attempting to configure two-way S3 bucket replication, and receive an error that `InvalidRequest: Destination bucket must have versioning enabled.` when doing so. Immediately issuing a subsequent...
## Is your request related to a new offering from AWS? No ## Is your request related to a problem? Please describe. Attribute etag is not compatible with KMS encryption,...
When adding attach_elb_log_delivery_policy = true attach_lb_log_delivery_policy = true onto the module to enable sending ALB logs to the S3 bucket, the following error is received: Error: failure configuring LB attributes:...
S3 lifecycle transition rule enabling and disabling needed through terraform can anyone help me.
## Description Using the new condition keys of `aws:SourceOrgPaths` and `aws:SourceOrgID`, this allows log publishing from source originating inside the Org. As per [this AWS blog](https://aws.amazon.com/blogs/security/use-scalable-controls-for-aws-services-accessing-your-resources/). An example for the...
## Description Adds attachable CloudFront Origin Access Identities (deprecated by AWS) and CloudFront Origin Access Identities policies. ## Motivation and Context An AWS S3 bucket is often connected with an...
## Description If I try to create public-read bucket I get this error: ``` β Error: error creating S3 bucket ACL for XXX: AccessDenied: Access Denied β status code: 403,...
## Description Adds conditionals to the ALB/NLB log delivery policy to help prevent the confused deputy problem. ## Motivation and Context https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/279 ## Breaking Changes None ## How Has This...
## Description Added log delivery policy option for inspector findings bucket according to aws [documentation](https://docs.aws.amazon.com/inspector/latest/user/findings-managing-exporting-reports.html#findings-managing-exporting-bucket-perms)