Skip to content

Commit

Permalink
chore(deps): update s3 bucket module
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jul 4, 2023
1 parent ac80576 commit 8e9b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data "aws_iam_policy_document" "bucket_policy" {

module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "3.10.1"
version = "3.14.0"

bucket = var.s3_bucket_name

Expand Down

0 comments on commit 8e9b6a4

Please sign in to comment.