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 etnry can be supported in one resource. It contains two sub-fields as: entry(IP addresses or CIDR blocks), comment(the comment of the entry).list(object({\n entry = string\n comment = string\n }))true
ip_versionThe IP Version of access control list is the type of its entry (IP addresses or CIDR blocks). It values ipv4/ipv6. Our plugin provides a default ip_version: ipv4.stringfalse
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