arvancloud_dbaas_postgresql_status (Data Source)
DBaaS account status. Returns account-wide DBaaS status (not per-engine); the MySQL and PostgreSQL data source types call the same endpoint.
Example Usage
data "arvancloud_dbaas_postgresql_status" "status" {}
output "dbaas_status" {
value = data.arvancloud_dbaas_postgresql_status.status
}