We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f109d commit f746484Copy full SHA for f746484
1 file changed
modules/tenttiarkisto/main.tf
@@ -79,6 +79,7 @@ resource "azurerm_linux_web_app" "tenttiarkisto" {
79
DB_USER = module.service_database.db_user
80
DB_PASSWORD = module.service_database.db_password
81
DB_HOST = var.postgres_server_fqdn
82
+ DB_PORT = 6432
83
84
SECRET_KEY = var.django_secret_key
85
0 commit comments