alicloud_adb_resource_groups

This data source provides Adb Resource Group available to the user.What is Resource Group

Example Usage

data "alicloud_adb_resource_groups" "default" {
  db_cluster_id = "am-bp1a16357gty69185"
  group_name    = "TESTOPENAPI"
}

output "alicloud_adb_resource_group_example_id" {
  value = data.alicloud_adb_resource_groups.default.groups.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: