alicloud_slb_tls_cipher_policy

Provides a SLB Tls Cipher Policy resource.

For information about SLB Tls Cipher Policy and how to use it, see What is Tls Cipher Policy.

Example Usage

Basic Usage

resource "alicloud_slb_tls_cipher_policy" "example" {
  tls_cipher_policy_name = "Test-example_value"
  tls_versions           = ["TLSv1.2"]
  ciphers                = ["AES256-SHA256", "AES128-GCM-SHA256"]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

SLB Tls Cipher Policy can be imported using the id, e.g.

$ terraform import alicloud_slb_tls_cipher_policy.example <id>