alicloud_service_mesh_versions

This data source provides ASM available versions in the specified region.

Example Usage

Basic Usage

data "alicloud_service_mesh_versions" "default" {
  edition = "Default"
}
output "service_mesh_version" {
  value = data.alicloud_service_mesh_versions.versions.0.version
}

Argument Reference

The following arguments are supported:

Argument Reference

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