Skip to content

Commit

Permalink
feat: common namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Nov 12, 2024
1 parent d4ff9fd commit 507fbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ locals{
table_param_filter = var.enable_metadata_events ? var.table_param_filter : ""
enable_gluesync = var.enable_gluesync ? "1" : ""
gluedb_prefix = "${local.gluedb_prefix}"

hms_readwrite_namespace = "${var.hms_readwrite_namespace}"
hms_readonly_namespace = "${var.hms_readonly_namespace}"
ranger_service_name = "${local.instance_alias}-metastore"
ranger_policy_manager_url = "${var.ranger_policy_manager_url}"
ranger_audit_solr_url = "${var.ranger_audit_solr_url}"
Expand Down

0 comments on commit 507fbb7

Please sign in to comment.