Skip to content

Commit 778f411

Browse files
committed
Amended prefix to table in raw zone
1 parent 06052ad commit 778f411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ resource "aws_glue_crawler" "govnotify_housing_lbh_communal_repairs_raw_zone" {
116116
name = "${local.short_identifier_prefix}GovNotify Housing LBH Communal Repairs Raw Zone ${each.value}"
117117
role = data.aws_iam_role.glue_role.arn
118118
tags = module.tags.values
119-
table_prefix = "housing_lbh_communal_repairs_${each.value}_"
119+
table_prefix = "housing_lbh_communal_repairs_"
120120

121121
s3_target {
122122
path = "s3://${module.raw_zone_data_source.bucket_id}/housing/govnotify/lbh_communal_repairs/${each.value}/"

0 commit comments

Comments
 (0)