--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "stackit_postgresql_credentials Resource - stackit" subcategory: "" description: |- PostgreSQL credentials resource schema. --- # stackit_postgresql_credentials (Resource) PostgreSQL credentials resource schema. ## Example Usage ```terraform resource "stackit_postgresql_credentials" "example" { project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } ``` ## Schema ### Required - `instance_id` (String) ID of the PostgreSQL instance. - `project_id` (String) STACKIT Project ID to which the instance is associated. ### Read-Only - `credentials_id` (String) The credentials ID. - `host` (String) - `hosts` (List of String) - `http_api_uri` (String) - `id` (String) Terraform's internal resource identifier. - `name` (String) - `password` (String, Sensitive) - `port` (Number) - `uri` (String) - `username` (String)