@@ -34,7 +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 . name , " -" , " _" ) = aws_glue_catalog_database.housing_nec_migration_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,
3839
3940 parking_raw_zone_liberator = aws_glue_catalog_database.raw_zone_liberator.name,
4041 parking_refined_zone_liberator = aws_glue_catalog_database.refined_zone_liberator.name,
@@ -104,7 +105,8 @@ locals {
104105 replace (module. department_housing_repairs_data_source . raw_zone_catalog_database_name , " -" , " _" ),
105106 replace (module. department_housing_repairs_data_source . refined_zone_catalog_database_name , " -" , " _" ),
106107 replace (module. department_housing_repairs_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
107- replace (aws_glue_catalog_database. housing_nec_migration_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 , " -" , " _" ),
108110 ], local. unrestricted_schemas )
109111 },
110112 {
@@ -139,7 +141,8 @@ locals {
139141 replace (module. department_housing_repairs_data_source . raw_zone_catalog_database_name , " -" , " _" ),
140142 replace (module. department_housing_repairs_data_source . refined_zone_catalog_database_name , " -" , " _" ),
141143 replace (module. department_housing_repairs_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
142- replace (aws_glue_catalog_database. housing_nec_migration_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 , " -" , " _" ),
143146
144147 " parking_raw_zone_liberator" ,
145148 " parking_refined_zone_liberator" ,
@@ -362,6 +365,9 @@ locals {
362365 replace (module. department_housing_data_source . refined_zone_catalog_database_name , " -" , " _" ),
363366 replace (module. department_housing_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
364367
368+ replace (aws_glue_catalog_database. housing_nec_migration_database . id , " -" , " _" ),
369+ replace (aws_glue_catalog_database. housing_nec_migration_outputs_database . id , " -" , " _" ),
370+
365371 replace (module. department_children_family_services_data_source . raw_zone_catalog_database_name , " -" , " _" ),
366372 replace (module. department_children_family_services_data_source . refined_zone_catalog_database_name , " -" , " _" ),
367373 replace (module. department_children_family_services_data_source . trusted_zone_catalog_database_name , " -" , " _" ),
0 commit comments