finalize changes
This commit is contained in:
parent
3eed77d451
commit
2cade4eba2
2 changed files with 71 additions and 39 deletions
|
|
@ -1,44 +1,9 @@
|
|||
# Postgres Instance Output
|
||||
# output "postgres_instance_id" {
|
||||
# value = stackit_postgresflex_instance.this.instance_id
|
||||
# }
|
||||
|
||||
# Postgres Database Output
|
||||
# output "postgres_database_id" {
|
||||
# value = stackit_postgresflex_database.this.database_id
|
||||
# }
|
||||
|
||||
# Postgres User Output
|
||||
# output "postgres_host" {
|
||||
# value = stackit_postgresflex_user.this.host
|
||||
# }
|
||||
|
||||
# output "postgres_password" {
|
||||
# value = stackit_postgresflex_user.this.password
|
||||
# sensitive = true
|
||||
# }
|
||||
|
||||
# output "postgres_user" {
|
||||
# value = stackit_postgresflex_user.this.username
|
||||
# }
|
||||
|
||||
# output "postgres_port" {
|
||||
# value = stackit_postgresflex_user.this.port
|
||||
# }
|
||||
|
||||
# output "postgres_db_name" {
|
||||
# value = stackit_postgresflex_database.this.name
|
||||
# }
|
||||
|
||||
# output "postgres_uri" {
|
||||
# value = stackit_postgresflex_user.this.uri
|
||||
# sensitive = true
|
||||
# }
|
||||
|
||||
# output "postgres_user_id" {
|
||||
# value = stackit_postgresflex_user.this.user_id
|
||||
# }
|
||||
output "postgres_instance_id" {
|
||||
value = stackit_postgresflex_instance.this.instance_id
|
||||
}
|
||||
|
||||
# Postgres Credential Output
|
||||
output "postgres_credentials" {
|
||||
value = {
|
||||
for k, u in stackit_postgresflex_user.this :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue