Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringIsOneOf ¶
func StringIsOneOf(valueDescription string, permittedValues ...string) schema.SchemaValidateFunc
StringIsOneOf creates a validator for Terraform schema values that ensures the supplied value is one of the specified strings.
func StringIsOneOfCaseInsensitive ¶
func StringIsOneOfCaseInsensitive(valueDescription string, permittedValues ...string) schema.SchemaValidateFunc
StringIsOneOfCaseInsensitive creates a validator for Terraform schema values that ensures the supplied value is one of the specified strings (case-insensitive).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.