Releases: Mastercard/terraform-provider-restapi
Releases · Mastercard/terraform-provider-restapi
v1.2.0
New
- Expand the abilities of
*_path
to including or NOT including the id - See README.md for more info. - Allow manually setting the ID of a
restapi_object
in case the data wouldn't have it. Seeobject_id
in README.md
Fixed
- Fakeserver was accidentally returning 404 for POST if ID was specified
- The new separation of get/put/post/delete paths had PUT and POST backwards
v1.1.0
v1.0.0
Breaking change - Move from authorization_header
which is a single string value to headers
which is a hash of strings in the provider configuration. See README for a bit more info.
A new fake API server will be released with each version of this provider to allow you to test locally and get a feel for it.
An examples directory has been created to get you off to the right start with using the provider. Feel free to contribute your own!
Release binaries should now be named more in line with what Terraform expects. Take a look at the README for installation instructions.