Skip to content

Commit 3f4413a

Browse files
chore(deps): update terraform-aws-modules/s3-bucket/aws requirement from ~> 4.0 to ~> 5.1
Updates the requirements on [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-s3-bucket@v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/s3-bucket/aws dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6bcc46 commit 3f4413a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "random_id" "hash" {
55
module "s3_bucket" {
66
# see https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws/latest
77
source = "terraform-aws-modules/s3-bucket/aws"
8-
version = "~> 4.0"
8+
version = "~> 5.1"
99

1010
bucket = "${var.aws_account_id}-${var.shared_resource_identifier}-${random_id.hash.hex}"
1111
acl = "private"

0 commit comments

Comments
 (0)