Merge pull request #937 from Hestia-Homes/feature/hubspot_etl

added db credentials
This commit is contained in:
Jun-te Kim 2026-04-01 09:57:54 +01:00 committed by GitHub
commit b1051cd7d5
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
}
}