Support regex as CloudFormation schema property format
#377
Labels
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
enhancement
Community Note
Description
JSON Schema allows a
string
property to have aformat
value that is a regular expression.A recent (#378) Terraform schema generation run raised
from the CFN schema
Temporarily the code that returns the error was commented out.
We should do something better than this:
The text was updated successfully, but these errors were encountered: