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.2.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent ad539cf commit a382fc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/alb/modules/alb/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# tfsec:ignore:aws-s3-enable-bucket-encryption
module "logs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

bucket = local.alb_logs_bucket_name
acl = "log-delivery-write"
Expand Down
4 changes: 2 additions & 2 deletions terraform/aws/guardduty/modules/guardduty/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# tfsec:ignore:aws-s3-enable-bucket-logging
module "s3_bucket_ipset_log" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

providers = {
aws = aws.audit
Expand Down Expand Up @@ -50,7 +50,7 @@ module "s3_bucket_ipset_log" {

module "s3_bucket_ipset" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

providers = {
aws = aws.audit
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/root/modules/config/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#tfsec:ignore:aws-s3-enable-bucket-logging
module "bucket_awsconfig" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

bucket = local.bucket_name
# policy = data.aws_iam_policy_document.config_bucket.json
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/root/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "bucket_waf_core" {
for_each = toset([local.core_dev_account, local.core_staging_account, local.core_prod_account])

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

providers = {
aws = aws.logging
Expand Down

0 comments on commit a382fc6

Please sign in to comment.