Open
Conversation
84f0ae9 to
3d1a818
Compare
3d1a818 to
4d90948
Compare
882a511 to
d3a4eba
Compare
b4bfb02 to
4194243
Compare
57d3b59 to
05295ef
Compare
ac20e35 to
aca944b
Compare
aca944b to
0571d50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.0.1→~> 3.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Mastercard/terraform-provider-restapi (restapi)
v3.0.0Compare Source
This is a huge release driven by the "simple" need to migrate the provider from TFSDK to Terraform Plugin Framework. Because the provider is already several years old, this represented an opportunity to improve how it works in accordance with refactoring required for TPF.
Great care was taken to avoid breaking changes, but please be mindful that this was an extensive set of changes!
Changes
debugparameter on the provider and objects will now only affect whether or not the client spits out the HTTP request and response to STDERR as it works. This is separate and independent from the Terraform log stream and log level.sensitive. Thanks for the callout in #300, Dr-J-Watson!Fixes
{}) when configured for (read|search|destroy_data) attributes{id}in paths which include query strings. Thanks for the PR in #339, @pregress!New
bearer_tokenparameter to the provider in #301 - thanks, @Dr-J-Watson!retries. Thanks for the idea in #315, @barrack1234!{id}interpolation inread_search.search_valueduring read operations. Thanks for the idea in @333, @toadjaune and the contribution in #295, @orgads!read_searchoperations in case the API provides a response asymmetric to what was submitted. Thanks for the idea in #295, @orgads!ignore_server_additionswhich will watch for server changes only to fields present indata. Thanks for the PR in #336, @jor2!results_contains_objectto the data source to avoid a second read operation to the API. Thanks for the idea in #310, @cybrhwk!Misc
This PR has been generated by Renovate Bot.