alicloud_eflo_vpds

This data source provides Eflo Vpd available to the user.What is Vpd

Example Usage

data "alicloud_eflo_vpds" "default" {
  ids        = ["${alicloud_eflo_vpd.default.id}"]
  name_regex = alicloud_eflo_vpd.default.name
  vpd_name   = "RMC-Terraform-Test"
}

output "alicloud_eflo_vpd_example_id" {
  value = data.alicloud_eflo_vpds.default.vpds.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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