Merge pull request #31991 from sigwinch28/patch-1

Document provider registry response property shasum
This commit is contained in:
Laura Pacilio 2022-11-08 17:15:28 -05:00 committed by GitHub
commit 8664c9c1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,6 +319,9 @@ A successful result is a JSON object with the following properties:
* `shasums_signature_url` (required): a URL from which Terraform can retrieve * `shasums_signature_url` (required): a URL from which Terraform can retrieve
a binary, detached GPG signature for the document at `shasums_url`, signed a binary, detached GPG signature for the document at `shasums_url`, signed
by one of the keys indicated in the `signing_keys` property. by one of the keys indicated in the `signing_keys` property.
* `shasum` (required): the SHA256 checksum for this provider's zip archive as
recorded in the shasums document.
* `signing_keys` (required): an object describing signing keys for this * `signing_keys` (required): an object describing signing keys for this
provider package, one of which must have been used to produce the signature provider package, one of which must have been used to produce the signature