Skip to content

v1.2.2

Compare
Choose a tag to compare
@DRuggeri DRuggeri released this 12 Sep 20:58
· 294 commits to master since this release

== Fixes

  • Do not fail in the datasource if the API returns a non-string for the ID attribute (thanks for the report, @mlosapio)
  • Fix datasource import regression introduced during the splitout of (get|put|post|delete)_path
  • In rare cases, a failed internal creation for a critical resource during provider init may propagate as a success

== New

  • Do not require write_returns_object or create_returns_object on the provider if you're just using the datasource
  • Added terraform-specific test cases to exercise the code and avoid future regressions