# Functions

StringIsOneOf creates a validator for Terraform schema values that ensures the supplied value is one of the specified strings.
StringIsOneOfCaseInsensitive creates a validator for Terraform schema values that ensures the supplied value is one of the specified strings (case-insensitive).