- A new data source to convert
yaml
tojson
-yaml_to_json
- that is meant to be used withjsondecode
in Terraform 0.12
- Error on non-string values in
yaml_list_of_strings
- serialize them to flow-style YAML
- Crash on empty values in
yaml_map_of_strings
- convert them to empty strings instead
- A new data source to de-serialize a list of strings -
yaml_list_of_strings
yaml
renamed toyaml_map_of_strings
- Initial implementation for
yaml
data source