پرش به مطلب اصلی

arvancloud_dbaas_mysql_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_mysql_status" "status" {}

output "dbaas_status" {
value = data.arvancloud_dbaas_mysql_status.status
}

Schema

Read-Only

  • active_instance_count (Number) Number of active DBaaS instances on the account (API activeInstances).
  • creation_allowed (Boolean) Whether the account is allowed to create new DBaaS instances. Inverted from API limitToCreate (true means creation is not limited).
  • debtor (Boolean)
  • discount_settings_json (String)
  • id (String) The ID of this resource.
  • whitelisted (Boolean)