Skip to content

v0.4.0

Compare
Choose a tag to compare
@trevex trevex released this 18 Feb 13:26
· 15 commits to main since this release

Improvements and bugfixes:

  • Add select_attributes and skip_attributes to the data source so they aren't super noisy when doing a terraform plan. This is more a convenience function than anything. However, same rules apply: if you skip_attributes an attribute then it won't be readable from the data source. @oliverisaac
  • Also fixed a bug where terraform would give nil to the attribute hasher which would cause a panic. I could not figure out why terraform was sending nil to the attribute hasher, but, if it does, then we'll default to 0 rather than panicing. @oliverisaac

Due to human error and some erroneous releases in the >v0.3.1 range. This release is promoted to a minor release to avoid issues.