Verify the GPG signature of the SHA256SUMS file, confirm the file
contains entries for all registered platform archives and verify their checksums.
- version
TerraformProviderVersion!
TerraformProviderVersion!- idImmutable, globally unique ID of the provider version.
- artifacts[TerraformProviderVersionArtifact!]!List of artifacts associated with this provider version.
- Temporary presigned URL for downloading the artifact.
- createdAtCreation timestamp of the provider version.
- deletedIndicates whether the version is deleted.
- descriptionFree-form, human-readable description of the provider version. Supports Markdown. Can be used for info like release notes, changelog, warnings or deprecations.
- numberSemantically versioned number.
- platforms[TerraformProviderPlatform!]!List of platforms for which the provider was built.
- protocolVersionsList of Terraform plugin protocol versions supported by the provider binaries.
- signingKeyIdID of the GPG key used to sign provider binaries.
- Current status of the Terraform provider version.
- updatedAtLast update timestamp of the provider version.
- verifiedAtTimestamp at which the artifacts were verified (GPG signature + checksums). Null means the version has not been verified yet.
- verificationFailureFailure message from the last failed verification attempt. Null means no verification has been attempted yet, or the last attempt succeeded (if verifiedAt is set).
- Documentation for this provider version.
- allowedActionsActionActions that the user can perform on this TerraformProviderVersion.