NOTES:
- [#13] introduced a regression with rendered configuration for the
ignition_config
resource, and was released in version 1.0.0. (#23) restores the correct behavior. As a result, the rendered output ofignition_config
may change when upgrading to this version
IMPROVEMENTS:
- Implementation of Ignition 2.1 #13
- *: validation of the values using the
types.\*.Validate\*
functions #14 - *: remove deprecate resources in favor of data resources #15
IMPROVEMENTS:
- Ignition config should be marshaled as compact JSON #2
- Allow users to omit the optional verification hashes #9
- vendor: github.com/hashicorp/terraform/...@v0.10.0 #11
BUG FIXES:
- Added nil check for empty lists in Ignition Config builders #7
- Fixed issue with ignition_filesystem when empty options passed in #5
- ignition_config: render to non-indented json #3
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout