Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/s3-bucket/aws to …
Browse files Browse the repository at this point in the history
…v4.3.0
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent a9a786f commit 6b06512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/destination/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aws_iam_policy_document" "bucket_policy" {
# tfsec:ignore:aws-s3-enable-bucket-logging
module "cloudformation" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.2"
version = "4.3.0"

attach_policy = true
block_public_acls = true
Expand Down Expand Up @@ -203,7 +203,7 @@ data "aws_iam_policy_document" "dashboards_bucket_policy" {
# tfsec:ignore:aws-s3-enable-bucket-logging
module "dashboard_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.2"
version = "4.3.0"

attach_policy = true
block_public_acls = true
Expand Down
2 changes: 1 addition & 1 deletion modules/source/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aws_iam_policy_document" "stack_bucket_policy" {
# tfsec:ignore:aws-s3-enable-bucket-logging
module "cloudformation_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.2"
version = "4.3.0"

attach_policy = true
block_public_acls = true
Expand Down

0 comments on commit 6b06512

Please sign in to comment.