alicloud_alb_security_policy

Provides a ALB Security Policy resource.

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

Example Usage

Basic Usage

resource "alicloud_alb_security_policy" "default" {
  security_policy_name = "tf_example"
  tls_versions         = ["TLSv1.0"]
  ciphers              = ["ECDHE-ECDSA-AES128-SHA", "AES256-SHA"]
}

Argument Reference

The following arguments are supported:

The following attributes are exported:

Import

ALB Security Policy can be imported using the id, e.g.

$ terraform import alicloud_alb_security_policy.example <id>