terraform-aws-s3-bucket icon indicating copy to clipboard operation
terraform-aws-s3-bucket copied to clipboard

Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems

Results 28 terraform-aws-s3-bucket issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

## what This variables adds a policy to the bucket to deny connections that do not use TLS 1.2 or higher. ## why This is required by our security team....

triage
needs-cloudposse

Bumps the go_modules group in /test/src with 3 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `github.com/hashicorp/go-getter` from 1.7.4 to 1.7.5 Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git...

auto-update
minor

## what - Update terratest `>= 0.46.0` ## why - Support OpenTofu for testing ## References * https://github.com/gruntwork-io/terratest/releases/tag/v0.46.0 * DEV-374 Add opentofu to all our Terragrunt Testing GHA matrix

auto-update
no-release
migration

### Describe the Feature If a policy document needs to be passed in for a custom s3 bucket policy, a `data.aws_iam_policy_document` must be defined, and then passed into the bucket...

### Describe the Feature Hi, is it possible to enable eventbridge on the bucket notifications? At the moment it seems only lambda functions can be specified in current [variables.tf](https://github.com/cloudposse/terraform-aws-s3-bucket/blob/main/variables.tf#L469-L477) ###...

## what - Fixes replication IAM role name that gets created as '-replication' ## why - Replication IAM role name gets created as '-replication'. This made the replication role unsusable....

triage

### Describe the Bug S3 role used for file replication is created as '-replication' ### Expected Behavior S3 role used for file replication is should be 'modulename-replication' or 'bucketname-replication' ###...

bug