alicloud_ecd_network_packages

This data source provides the Ecd Network Packages of the current Alibaba Cloud user.

Example Usage

Basic Usage

resource "alicloud_ecd_simple_office_site" "default" {
  cidr_block          = "172.16.0.0/12"
  desktop_access_type = "Internet"
  office_site_name    = "example_value"
}

resource "alicloud_ecd_network_package" "default" {
  bandwidth      = "10"
  office_site_id = alicloud_ecd_simple_office_site.default.id
}

data "alicloud_ecd_network_packages" "default" {
  ids = [alicloud_ecd_network_package.default.id]
}
output "ecd_network_package_id_1" {
  value = data.alicloud_ecd_network_packages.default.packages.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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