alicloud_alb_ascripts

This data source provides Alb Ascript available to the user.

Example Usage

data "alicloud_alb_ascripts" "default" {
  ids          = ["${alicloud_alb_ascript.default.id}"]
  name_regex   = alicloud_alb_ascript.default.name
  ascript_name = "test"
  listener_id  = var.listenerId
}

output "alicloud_alb_ascript_example_id" {
  value = data.alicloud_alb_ascripts.default.ascripts.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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