alicloud_hbr_ecs_backup_plans

This data source provides the Hbr EcsBackupPlans of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_hbr_ecs_backup_plans" "ids" {
  name_regex = "plan-name"
}

output "hbr_ecs_backup_plan_id" {
  value = data.alicloud_hbr_ecs_backup_plans.ids.plans.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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