multiple_dbs_per_psql_instance #7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue