v1.2.2
== 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
orcreate_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