Skip to content

Releases: Mastercard/terraform-provider-restapi

v1.2.0

16 Aug 18:42
Compare
Choose a tag to compare

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. See object_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

15 Aug 19:18
Compare
Choose a tag to compare

New

  • Add ability to override paths per operation (create|read|update|destroy) in the restapi resource. See README.md for more info.

v1.0.0

09 Aug 20:49
Compare
Choose a tag to compare

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.

v0.2.0

03 Aug 21:18
Compare
Choose a tag to compare

No changes to existing functionality, but a new datasource is available. Take a look at README.md for more information

v0.1.0

27 Apr 16:25
Compare
Choose a tag to compare

Initial release of a terraform provider to manage a generic RESTful API. Head over to the README for more information.