multiple_dbs_per_psql_instance #7

Merged
michael.messmer merged 5 commits from multiple_dbs_per_psql_instance into main 2025-09-08 14:02:14 +00:00
Showing only changes of commit 3eed77d451 - Show all commits

View file

@ -47,7 +47,7 @@ output "postgres_credentials" {
username = u.username
password = u.password
port = u.port
db_name = stackit_postgresflex_database.this[u.owner].name
db_name = stackit_postgresflex_database.this[u.username].name
uri = u.uri
}
}