-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding response_body_base64_std attribute to hold standard base64 encoding of the response body (#157) * Updating CHANGELOG.md and docs (#157) * Renaming attribute from response_body_base64_std to response_body_base64 (#157) * Clean up imports from merge * Add version check to x509cert test to skip Terraform `v0.14.0` * Add Changie entries * Add version check to `TestDataSource_ResponseBodyBinary` to skip TF `v0.14.0` * Update version checks to skip all TF versions `0.14.x` * Update version checks to use tfversion variables * Rename `ResponseBodyBase64` field * Clean up `go.mod` --------- Co-authored-by: SBGoods <github@simplebox.anonaddy.com>
- Loading branch information
1 parent
610d06d
commit 0eeb981
Showing
5 changed files
with
133 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: ENHANCEMENTS | ||
body: 'data-source/http: `response_body_base64` has been added and contains a standard | ||
base64 encoding of the response body' | ||
time: 2023-06-13T13:33:35.77003-04:00 | ||
custom: | ||
Issue: "158" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: ENHANCEMENTS | ||
body: 'data-source/http: Replaced issuing warning on the basis of possible non-text | ||
`Content-Type` with issuing warning if response body does not contain valid UTF-8.' | ||
time: 2023-06-13T13:34:01.499384-04:00 | ||
custom: | ||
Issue: "158" |
This file contains 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
This file contains 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
This file contains 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