fix attribute
This commit is contained in:
parent
09bff53f30
commit
3eed77d451
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ output "postgres_credentials" {
|
||||||
username = u.username
|
username = u.username
|
||||||
password = u.password
|
password = u.password
|
||||||
port = u.port
|
port = u.port
|
||||||
db_name = stackit_postgresflex_database.this[u.owner].name
|
db_name = stackit_postgresflex_database.this[u.username].name
|
||||||
uri = u.uri
|
uri = u.uri
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue