Skip to content

Commit bd3cf69

Browse files
committed
- add prefix to tables
1 parent 0c2a961 commit bd3cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/49-lambda-gov-notify-ingestion-customer-services.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ resource "aws_glue_crawler" "govnotify_customer_services_landing_zone" {
227227
name = "${local.short_identifier_prefix}GovNotify Customer Services Landing Zone ${each.value}"
228228
role = data.aws_iam_role.glue_role.arn
229229
tags = module.tags.values
230-
table_prefix = "${each.value}_"
230+
table_prefix = "customer_services_${each.value}_"
231231

232232
s3_target {
233233
path = "s3://${module.landing_zone_data_source.bucket_id}/customer-services/govnotify/${each.value}/"

0 commit comments

Comments
 (0)