ionoscloud_pg_database
Get information on DBaaS PgSql Database.
Last updated
Was this helpful?
Get information on DBaaS PgSql Database.
The PgSql Database data source can be used to search for and return an existing PgSql database.
data "ionoscloud_pg_database" "example" {
cluster_id = "cluster_id"
name = "databasename"
}cluster_id - (Required)[string] The ID of the cluster.
name - (Required)[string] Name of an existing database that you want to search for.
The following attributes are returned by the datasource:
id - [string] The id of the database.
owner - [string] The owner of the database.
Last updated
Was this helpful?
Was this helpful?