# Functions

AlsoRequiresOneOf returns an AlsoRequiresOneOfValidator.
CloudProviders returns a list of cloud providers that the Redpanda provider supports.
ClusterTypes returns a list of cluster types that the Redpanda provider supports.
ConnectionTypes returns a list of connection types that the Redpanda provider supports.
NotUnknown returns a NotUnknownValidator.

# Structs

AlsoRequiresOneOfValidator checks that at least one of a set of path.Expression has a non-null value, if the current attribute also has a non-null value.
CloudProviderDependentValidator is a custom validator to ensure that an attribute is only set when cloud_provider is a specific value For example when using this on aws_private_link it will ensure that the HCL fails validation unless cloud_provider is set to "aws" AttributeName should be the name of the attribute that is being validated CloudProvider should be the value of cloud_provider that the attribute is dependent on.
NotUnknownValidator is a custom validator to ensure that an attribute is not unknown at the validation stage.