Matt Allen
Matt Allen
Fixes #1874 This replaces the null_data_source used in the terraform template with locals. It is a breaking change for anyone who was using the old values in their templates. I...
The current version limits are set to disallow terraform `>= 1.4`
Expressions like `$.a[*].b` over inputs like `{"a": {"foo": {"b": 1}}}` return an error `object is not Slice` when evaluating. Other implementations can handle these expressions, treating them as wildcards over...
**Describe the bug** When including a `color:#ff0000` link style in a flowchart diagram, the mermaid CLI throws an error after trying to parse the color value as unicode. **To Reproduce**...