mirror of
https://github.com/outbackdingo/terraform-provider-util.git
synced 2026-01-27 10:20:41 +00:00
* Bump version in README and docs * Update release signing process to specify the legacy RSA key since Hashicorp does not support ed25519 keys * Add release.yaml to generate release notes
832 B
832 B
terraform-provider-util
Notable changes between releases.
Latest
v0.3.0
- Add
util_nixto parse and serialize NixOS modules as awkballs- Note, this is highly unusual utility I required. It's quite experimental
v0.2.2
- Improve
util_registerplan diff to show expected value (#10)
v0.2.1
- Rename
util_registerfield fromsettocontent(#9) - Fix
util_registerto markvalueattribute as computed to propagate changes (#8)
v0.2.0
- Add
util_registerresource for storing values (#7)
v0.1.0
- Add
util_replacedata source function