Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IPv4Address ¶
IPv4Address returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv4 address.
Null (unconfigured) and unknown (known after apply) values are skipped.
func IPv4CIDRNetworkAddress ¶
IPv4CIDRNetworkAddress returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv4 CIDR network address.
Null (unconfigured) and unknown (known after apply) values are skipped.
func IPv6Address ¶
IPv6Address returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv6 address.
Null (unconfigured) and unknown (known after apply) values are skipped.
func IPv6CIDRNetworkAddress ¶
IPv6CIDRNetworkAddress returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv6 CIDR network address.
Null (unconfigured) and unknown (known after apply) values are skipped.
Types ¶
This section is empty.