Antony Saba (work)
Antony Saba (work)
The YAML 1.2 spec says: > A version 1.2 YAML [processor](https://yaml.org/spec/1.2.2/#processes-and-models) must accept [documents](https://yaml.org/spec/1.2.2/#documents) with an explicit “%YAML 1.2” directive, as well as [documents](https://yaml.org/spec/1.2.2/#documents) lacking a “YAML” directive. Such [documents](https://yaml.org/spec/1.2.2/#documents)...
Here is a workaround for interoperating where you can work with strictly 1.1 docs, which will work with a more compliant parser/encoder like `raumel.yaml`s roundtrip encoder: ```terraform locals { doc...
Here is a workaround I am using, which only works if a) only YAML 1.1 is required and b) other you are interoperating with more completely support the spec. In...
Thanks @erezrokah. To clarify, those where 2 examples from a non-exhaustive list. The feature request is still for a single, consistent command that specifically does _not_ take _any_ action like...
> Thanks for the added context @asaba-hashi, do you mind sharing the other use cases from the list? That should help us verify we address all the needed requirements @erezrokah...