diff --git a/terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf b/terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf index ce50b5230..e9bb66bac 100644 --- a/terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf +++ b/terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf @@ -116,7 +116,7 @@ resource "aws_glue_crawler" "govnotify_housing_lbh_communal_repairs_raw_zone" { name = "${local.short_identifier_prefix}GovNotify Housing LBH Communal Repairs Raw Zone ${each.value}" role = data.aws_iam_role.glue_role.arn tags = module.tags.values - table_prefix = null + table_prefix = "housing_lbh_communal_repairs_${each.value}_" s3_target { path = "s3://${module.raw_zone_data_source.bucket_id}/housing/govnotify/lbh_communal_repairs/${each.value}/"