ionoscloud_pg_cluster_v2
Get information on a DBaaS PostgreSQL v2 Cluster
Example Usage
By ID
data "ionoscloud_pg_cluster_v2" "example" {
id = "cluster_id"
location = "de/txl"
}By Name
data "ionoscloud_pg_cluster_v2" "example" {
name = "cluster_name"
location = "de/txl"
}Argument Reference
Attributes Reference
Last updated
