Skip to content

Commit 9bef24b

Browse files
authored
create a metadata database (#2338)
1 parent 89c39e8 commit 9bef24b

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
@@ -54,3 +54,11 @@ resource "aws_glue_catalog_database" "hben_raw_zone" {
5454
prevent_destroy = true
5555
}
5656
}
57+
58+
resource "aws_glue_catalog_database" "metastore" {
59+
name = "metastore"
60+
61+
lifecycle {
62+
prevent_destroy = true
63+
}
64+
}

0 commit comments

Comments
 (0)