Skip to content

Commit 8fa0d8f

Browse files
create housing_nec_migration_live database (#2610)
1 parent fa88e89 commit 8fa0d8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

terraform/etl/61-aws-glue-catalog-database.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ resource "aws_glue_catalog_database" "housing_nec_migration_database" {
3030
}
3131
}
3232

33+
resource "aws_glue_catalog_database" "housing_nec_migration_live_database" {
34+
name = "housing_nec_migration_live"
35+
36+
lifecycle {
37+
prevent_destroy = true
38+
}
39+
}
40+
3341
resource "aws_glue_catalog_database" "housing_nec_migration_outputs_database" {
3442
name = "housing_nec_migration_outputs"
3543

0 commit comments

Comments
 (0)