alicloud_simple_application_server_plans

This data source provides the Simple Application Server Plans of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_simple_application_server_plans" "example" {
  memory    = 1
  bandwidth = 3
  disk_size = 40
  flow      = 6
  core      = 2
}
output "simple_application_server_plan_id_1" {
  value = data.alicloud_simple_application_server_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: