test output
This commit is contained in:
parent
d928465802
commit
09bff53f30
1 changed files with 30 additions and 30 deletions
|
|
@ -1,43 +1,43 @@
|
||||||
# Postgres Instance Output
|
# Postgres Instance Output
|
||||||
output "postgres_instance_id" {
|
# output "postgres_instance_id" {
|
||||||
value = stackit_postgresflex_instance.this.instance_id
|
# value = stackit_postgresflex_instance.this.instance_id
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Postgres Database Output
|
# Postgres Database Output
|
||||||
output "postgres_database_id" {
|
# output "postgres_database_id" {
|
||||||
value = stackit_postgresflex_database.this.database_id
|
# value = stackit_postgresflex_database.this.database_id
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Postgres User Output
|
# Postgres User Output
|
||||||
output "postgres_host" {
|
# output "postgres_host" {
|
||||||
value = stackit_postgresflex_user.this.host
|
# value = stackit_postgresflex_user.this.host
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_password" {
|
# output "postgres_password" {
|
||||||
value = stackit_postgresflex_user.this.password
|
# value = stackit_postgresflex_user.this.password
|
||||||
sensitive = true
|
# sensitive = true
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_user" {
|
# output "postgres_user" {
|
||||||
value = stackit_postgresflex_user.this.username
|
# value = stackit_postgresflex_user.this.username
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_port" {
|
# output "postgres_port" {
|
||||||
value = stackit_postgresflex_user.this.port
|
# value = stackit_postgresflex_user.this.port
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_db_name" {
|
# output "postgres_db_name" {
|
||||||
value = stackit_postgresflex_database.this.name
|
# value = stackit_postgresflex_database.this.name
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_uri" {
|
# output "postgres_uri" {
|
||||||
value = stackit_postgresflex_user.this.uri
|
# value = stackit_postgresflex_user.this.uri
|
||||||
sensitive = true
|
# sensitive = true
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_user_id" {
|
# output "postgres_user_id" {
|
||||||
value = stackit_postgresflex_user.this.user_id
|
# value = stackit_postgresflex_user.this.user_id
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "postgres_credentials" {
|
output "postgres_credentials" {
|
||||||
value = {
|
value = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue