Skip to content

Commit

Permalink
fix: remove unused input parameters in templete
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Nov 19, 2024
1 parent 3a217bf commit e59cfea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ locals{
hms_autogather_stats = var.hms_autogather_stats
hms_rw_db_connection_pool_size = var.hms_rw_db_connection_pool_size
hms_rw_request_partition_limit = var.hms_rw_request_partition_limit == "" ? "" : var.hms_rw_request_partition_limit
datadog_metrics_hms_readwrite_readonly = var.datadog_metrics_hms_readwrite_readonly
#to instruct docker to turn off upgrading hive db schema when using external database
external_database = "${var.external_database_host == "" ? "" : "1"}"

Expand Down Expand Up @@ -130,7 +129,6 @@ locals{
tcp_keepalive_intvl = var.tcp_keepalive_intvl
tcp_keepalive_probes = var.tcp_keepalive_probes
hms_metrics_namespace = "${var.hms_ecs_metrics_readonly_namespace}"
datadog_metrics_hms_readwrite_readonly = var.datadog_metrics_hms_readwrite_readonly
hms_metrics = local.hms_metrics
hms_metrics_type_overrides = local.hms_metrics_type_overrides
})
Expand Down

0 comments on commit e59cfea

Please sign in to comment.