@@ -34,8 +34,8 @@ locals {
3434 replace (module. department_housing_repairs_data_source . raw_zone_catalog_database_name , " -" , " _" ) = module.department_housing_repairs_data_source.raw_zone_catalog_database_name,
3535 replace (module. department_housing_repairs_data_source . refined_zone_catalog_database_name , " -" , " _" ) = module.department_housing_repairs_data_source.refined_zone_catalog_database_name,
3636 replace (module. department_housing_repairs_data_source . trusted_zone_catalog_database_name , " -" , " _" ) = module.department_housing_repairs_data_source.trusted_zone_catalog_database_name,
37- replace (aws_glue_catalog_database. housing_nec_migration_database . id , " -" , " _" ) = aws_glue_catalog_database.housing_nec_migration_database.id ,
38- replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . id , " -" , " _" ) = aws_glue_catalog_database.housing_nec_migration_database.id ,
37+ replace (aws_glue_catalog_database. housing_nec_migration_database . name , " -" , " _" ) = aws_glue_catalog_database.housing_nec_migration_database.name ,
38+ replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . name , " -" , " _" ) = aws_glue_catalog_database.housing_nec_migration_database.name ,
3939
4040 parking_raw_zone_liberator = aws_glue_catalog_database.raw_zone_liberator.name,
4141 parking_refined_zone_liberator = aws_glue_catalog_database.refined_zone_liberator.name,
@@ -105,8 +105,8 @@ locals {
105105 replace (module. department_housing_repairs_data_source . raw_zone_catalog_database_name , " -" , " _" ),
106106 replace (module. department_housing_repairs_data_source . refined_zone_catalog_database_name , " -" , " _" ),
107107 replace (module. department_housing_repairs_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
108- replace (aws_glue_catalog_database. housing_nec_migration_database . id , " -" , " _" ),
109- replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . id , " -" , " _" ),
108+ replace (aws_glue_catalog_database. housing_nec_migration_database . name , " -" , " _" ),
109+ replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . name , " -" , " _" ),
110110 ], local. unrestricted_schemas )
111111 },
112112 {
@@ -141,8 +141,8 @@ locals {
141141 replace (module. department_housing_repairs_data_source . raw_zone_catalog_database_name , " -" , " _" ),
142142 replace (module. department_housing_repairs_data_source . refined_zone_catalog_database_name , " -" , " _" ),
143143 replace (module. department_housing_repairs_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
144- replace (aws_glue_catalog_database. housing_nec_migration_database . id , " -" , " _" ),
145- replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . id , " -" , " _" ),
144+ replace (aws_glue_catalog_database. housing_nec_migration_database . name , " -" , " _" ),
145+ replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . name , " -" , " _" ),
146146
147147 " parking_raw_zone_liberator" ,
148148 " parking_refined_zone_liberator" ,
@@ -365,8 +365,8 @@ locals {
365365 replace (module. department_housing_data_source . refined_zone_catalog_database_name , " -" , " _" ),
366366 replace (module. department_housing_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
367367
368- replace (aws_glue_catalog_database. housing_nec_migration_database . id , " -" , " _" ),
369- replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . id , " -" , " _" ),
368+ replace (aws_glue_catalog_database. housing_nec_migration_database . name , " -" , " _" ),
369+ replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . name , " -" , " _" ),
370370
371371 replace (module. department_children_family_services_data_source . raw_zone_catalog_database_name , " -" , " _" ),
372372 replace (module. department_children_family_services_data_source . refined_zone_catalog_database_name , " -" , " _" ),
0 commit comments