alicloud_alb_acl

Provides a Application Load Balancer (ALB) Acl resource.

For information about ALB Acl and how to use it, see What is Acl.

Example Usage

Basic Usage

data "alicloud_resource_manager_resource_groups" "default" {}

resource "alicloud_alb_acl" "default" {
  acl_name          = "tf_example"
  resource_group_id = data.alicloud_resource_manager_resource_groups.default.groups.0.id
}

Argument Reference

The following arguments are supported:

acl_entries

The acl_entries supports the following:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

ALB Acl can be imported using the id, e.g.

$ terraform import alicloud_alb_acl.example <id>