Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/s3-bucket/aws from 4.3.…
Browse files Browse the repository at this point in the history
…0 to 4.4.0 in /terraform/aws/analytical-platform-data-production/ingestion-egress (#6556)
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent bda8a74 commit 8515896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "development_s3" {
#checkov:skip=CKV2_AWS_67:Regular CMK key rotation is not required currently

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.4.0"

bucket = "mojap-data-production-bold-egress-development"
force_destroy = true
Expand Down Expand Up @@ -88,7 +88,7 @@ module "production_s3" {
#checkov:skip=CKV2_AWS_67:Regular CMK key rotation is not required currently

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.4.0"

bucket = "mojap-data-production-bold-egress-production"
force_destroy = true
Expand Down

0 comments on commit 8515896

Please sign in to comment.