# README
Terraform Plugin Framework Validators
This package contains Terraform Plugin Framework validators.
# Functions
AWSAccountID returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid AWS account ID.
IPv4Address returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv4 address.
IPv4CIDRNetworkAddress returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv4 CIDR network address.
IPv6Address returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv6 address.
IPv6CIDRNetworkAddress returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid IPv6 CIDR network address.
JSON returns a string validator which ensures that any configured attribute value:
- Is a string, which represents valid JSON.
S3URI returns a string validator which ensures that any configured attribute value:
- Is a string, which represents a valid S3 URI (s3://bucket[/key]).