From 778f4111c1faefad136370203a5db7b32ce1d4e3 Mon Sep 17 00:00:00 2001 From: AGibson <4319494+annajgibson@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:40:53 +0000 Subject: [PATCH] Amended prefix to table in raw zone --- ...-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e9bb66bac..a87866800 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 = "housing_lbh_communal_repairs_${each.value}_" + table_prefix = "housing_lbh_communal_repairs_" s3_target { path = "s3://${module.raw_zone_data_source.bucket_id}/housing/govnotify/lbh_communal_repairs/${each.value}/"