mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
73c3994455
commit
a1a976c720
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user