Skip to main content
Version: Next

Alibaba Cloud SLB-ACL

Description

Terraform-based module supports creating access control lists for load balancers.

Specification

NameDescriptionTypeRequiredDefault
entry_listA list of entry (IP addresses or CIDR blocks) to be added. At most 50 entries can be supported in one resource. It contains two sub-fields: entry (IP addresses or CIDR blocks) and comment (the comment of the entry).list(object({ entry = string, comment = string }))true
ip_versionThe IP Version of access control list. Valid values: ipv4 or ipv6. Default is ipv4.stringfalse"ipv4"
nameThe name of the access control list.stringfalse
region(Deprecated from version 1.2.0) The region used to launch this module resources.stringfalse
writeConnectionSecretToRefThe secret which the cloud resource connection will be written to.writeConnectionSecretToReffalse

writeConnectionSecretToRef

NameDescriptionTypeRequiredDefault
nameThe secret name which the cloud resource connection will be written to.stringtrue
namespaceThe secret namespace which the cloud resource connection will be written to.stringfalse