Skip to content

Releases: ashald/terraform-provider-yaml

2.1.0 - 2019-05-25

25 May 07:01
Compare
Choose a tag to compare

Added

  • A new data source to convert yaml to json - yaml_to_json - that is meant to be used with jsondecode in Terraform 0.12

2.0.2 - 2019-04-20

20 Apr 05:21
Compare
Choose a tag to compare

Fixed

  • Error on non-string values in yaml_list_of_strings - serialize them to flow-style YAML

2.0.1 - 2019-04-12

12 Apr 20:50
Compare
Choose a tag to compare

Fixed

  • Crash on empty values in yaml_map_of_strings - convert them to empty strings instead

2.0.0 - 2018-06-28

28 Jun 18:54
Compare
Choose a tag to compare

Added

  • A new data source to de-serialize a list of strings - yaml_list_of_strings

Changed

  • yaml renamed to yaml_map_of_strings

1.0.0 - 2018-06-20

21 Jun 01:51
Compare
Choose a tag to compare

Added

  • Initial implementation for yaml data source