ionoscloud_pg_user
Get information on DBaaS PgSql User.
Last updated
Was this helpful?
Get information on DBaaS PgSql User.
The PgSql User data source can be used to search for and return an existing PgSql user.
data "ionoscloud_pg_user" "example" {
cluster_id = "cluster_id"
username = "username"
}cluster_id - (Required)[string] The ID of the cluster.
username - (Required)[string] Name of an existing user that you want to search for.
The following attributes are returned by the datasource:
id - [string] The id of the user.
is_system_user - [bool] Describes whether this user is a system user or not. A system user cannot be updated or deleted.
Last updated
Was this helpful?
Was this helpful?