alicloud_eflo_subnets

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

Example Usage

data "alicloud_eflo_subnets" "default" {
  name_regex  = alicloud_eflo_subnet.default.name
  subnet_name = "SubnetTestForTerraform"
  vpd_id      = var.vpdId
  zone_id     = var.zoneId
}

output "alicloud_eflo_subnet_example_id" {
  value = data.alicloud_eflo_subnets.default.subnets.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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