Skip to content

Releases: devops-rob/terraform-provider-terracurl

v1.0.1

20 Feb 18:29
9c888bb
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 by @dependabot in #36
  • Fix retry logic as retries would always fail with Bad Request by @nicholasjackson in #38

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Feb 22:35
1cf2526
Compare
Choose a tag to compare

V1.0.0 release of TerraCurl is here.

BREAKING CHANGES

  • The terracurl_request data source now requires the expected response codes to be specified in the the Terraform module

NEW FEATURES

  • TLS key materials can now be added to all requests. This will enable TerraCurl to interact with APIs that require HTTPS.
  • mTLS can now be optionally enabled / disabled for each API call made by TerraCurl
  • TerraCurl now has the ability to optionally add retry logic to all API calls. Each call can specify the maximum number of retries it attempts if the API call fails or the expected response code is not returned. The duration between each attempt can also be configured.

DOCUMENTATION UPDATES

  • A correction to the terracurl_request resource documentation has been included to mark the destroy arguments as optional.
  • All examples updated to reflect the new features and breaking changes.

BUG FIXES

n/a

ISSUES

Please open an issue if you have any problems with the provider, or if you have additional functionality that you would like to be added to the provider. As always, Pull Requests are welcome.

COMMUNITY THANKS

As the provider quickly approaches 10k in downloads, I want to say a huge thank you to the community for your trust and support.

A special thank you goes out to:

  • @lucymhdavies - For championing and advocating for this provider
  • @GaryJBlake - For providing impactful feedback on the provider
  • @kholisrag - For providing impactful feedback on the provider
  • @nicholasjackson - For all the help you've given me in the background debugging issues etc

v0.1.1

30 Aug 17:49
29dc96a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0 Initial release

23 Jun 14:37
Compare
Choose a tag to compare

v0.1.0 Initial release