Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/s3-bucket/aws from 4.2.…
Browse files Browse the repository at this point in the history
…2 to 4.5.0 in /terraform/aws/analytical-platform-data-production/data-engineering-pipelines (#6593)
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b5fcc54 commit 2fd559a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "data_engineering_pipeline_buckets" {

for_each = local.data_engineering_buckets
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.2"
version = "4.5.0"

bucket = each.key
force_destroy = each.value.force_destroy
Expand Down

0 comments on commit 2fd559a

Please sign in to comment.