Merge pull request #938 from Hestia-Homes/main

db credentials
This commit is contained in:
Daniel Roth 2026-04-01 10:42:25 +01:00 committed by GitHub
commit b4367af458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,9 @@ module "hubspot_deal_etl" {
LOG_LEVEL = "info"
DB_USERNAME = local.db_credentials.db_assessment_model_username
DB_PASSWORD = local.db_credentials.db_assessment_model_password
DB_HOST = var.db_host
DB_NAME = var.db_name
DB_PORT = var.db_port
}
}