alicloud_resource_manager_account_deletion_check_task

Using this data source can open Resource Manager Account Deletion Check Task.

For information about Resource Manager Account Deletion Check Task and how to use it, see What is Resource Manager Account Deletion Check Task.

Example Usage

Basic Usage

data "alicloud_resource_manager_account_deletion_check_task" "task" {
  account_id = "your_account_id"
}

output "abandon_able_checks_ids" {
  value = data.alicloud_resource_manager_account_deletion_check_task.task.abandon_able_checks.*.check_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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