diff --git a/terraform/aws/analytical-platform-data-production/data-engineering-pipelines/buckets.tf b/terraform/aws/analytical-platform-data-production/data-engineering-pipelines/buckets.tf index 05be24d886..e8d6aa0aa0 100644 --- a/terraform/aws/analytical-platform-data-production/data-engineering-pipelines/buckets.tf +++ b/terraform/aws/analytical-platform-data-production/data-engineering-pipelines/buckets.tf @@ -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.3.0" bucket = each.key force_destroy = each.value.force_destroy