Document provider registry response property shasum

Add a short summary of the `shasum` property in the Provider Registry Protocol's distribution package response documentation.
The Response Properties section of the provider registry protocol does not mention the `shasum` property, but it is required and shown in the example.
This commit is contained in:
Joe Harrison 2022-10-11 20:28:28 +01:00 committed by GitHub
parent 73c3994455
commit a1a976c720
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
a binary, detached GPG signature for the document at `shasums_url`, signed
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
provider package, one of which must have been used to produce the signature