alicloud_sag_acls

This data source provides Sag Acls available to the user.

Example Usage

Basic Usage

data "alicloud_sag_acls" "default" {
  ids        = ["${alicloud_sag_acls.default.id}"]
  name_regex = "^tf-testAcc.*"
}
resource "alicloud_sag_acl" "default" {
  name        = "tf-testAccSagAclName"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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