String Known Value Checks
The known value checks that are available for string values are:
StringExact
Check
The StringExact check tests that a resource attribute, or output value has an exactly matching string value.
Example usage of StringExact in an ExpectKnownValue plan check.
StringRegexp
Check
The StringRegexp check tests that a resource attribute, or output value has a string value which matches the supplied regular expression.
Example usage of StringRegexp in an ExpectKnownValue plan check.