Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-bucket/aws to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent b2fb7e4 commit 83cb76a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/terraform/aws/global-accelerator/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "endpoint_group" {

module "s3_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.1"
version = "4.2.0"

context = module.this.context

Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "lambda_function" {

module "lambda_s3_bucket" {
source = "cloudposse/s3-bucket/aws"
version = "4.0.1"
version = "4.2.0"

bucket_name = module.this.id
allow_ssl_requests_only = true
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/s3/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "s3_bucket" {
count = local.enabled ? 1 : 0
source = "cloudposse/s3-bucket/aws"
version = "4.0.1"
version = "4.2.0"
block_public_acls = var.block_public_acls
block_public_policy = var.block_public_policy
ignore_public_acls = var.ignore_public_acls
Expand Down

0 comments on commit 83cb76a

Please sign in to comment.