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

## what * Docs regarding the awsutils provider ## why * Let people know ## references * Previous PR https://github.com/cloudposse/terraform-aws-s3-bucket/pull/119

no-release

I wan't to set specific principal ARNs to perform actions on the bucket like your example, i get the following Error: `Error: error creating S3 bucket ACL for eu-central-1-dev-tfstate: MissingSecurityHeader:...

bug

…ding options ## what * this fixes type issues and changes with the new AWS provider for website inputs ## why * Right now we can not upgrade because this...

## what Added functionality to enable adding a cloud trail bucket policy with a simple boolean variable ## why While there is a separate project to for cloud trail buckets,...

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug Unable to use website inputs, attempting to upgrade from AWS provider v3 to v4 (hence...

bug

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature AWS IAM user created when `user_enabled` is set to `true` should...

allow store iam access credentials in ssm parameter as secure string.

enhancement

## what * Added a flag for control default server-side encryption, default would turn it `on` ## why * There are some edge cases need to turn the SSE off,...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). allow request payer option [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature A clear and concise description of what...

enhancement

## what - Allows users to specify a list of source IP addresses from which access to the S3 bucket is allowed. - Adds dynamic statement that uses the NotIpAddress...