Skip to content

Commit

Permalink
removed mlmonitoring and mlfoundry name from locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Sep 21, 2023
1 parent cd7a189 commit 7842f03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ locals {

truefoundry_db_unique_name = var.truefoundry_db_enable_override ? var.truefoundry_db_override_name : "${var.cluster_name}-db"

# mlfoundry_unique_name = "${var.cluster_name}-${var.mlfoundry_name}"
svcfoundry_unique_name = "${var.cluster_name}-${var.svcfoundry_name}"
# mlmonitoring_unique_name = "${var.cluster_name}-${var.mlmonitoring_name}"

truefoundry_db_port = 5432
truefoundry_db_master_username = "root"
Expand Down

0 comments on commit 7842f03

Please sign in to comment.