Skip to content

Commit 4fdca8b

Browse files
authored
Merge pull request #460 from FullStackWithLawrence/dependabot/terraform/terraform/terraform-aws-modules/s3-bucket/aws-tw-5.1
chore(deps): update terraform-aws-modules/s3-bucket/aws requirement from ~> 4.0 to ~> 5.1 in /terraform
2 parents 4d46d90 + 3f4413a commit 4fdca8b

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)