Releases: devops-rob/terraform-provider-terracurl
Releases · devops-rob/terraform-provider-terracurl
v1.0.1
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
- @dependabot made their first contribution in #36
- @nicholasjackson made their first contribution in #38
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
What's Changed
- Update registry link by @lucymhdavies in #13
- changing destroy fields to be optional by @devops-rob in #17
New Contributors
- @lucymhdavies made their first contribution in #13
- @devops-rob made their first contribution in #17
Full Changelog: v0.1.0...v0.1.1
v0.1.0 Initial release
v0.1.0 Initial release