Update website/docs/registry/providers/tiers.html.md

This commit is contained in:
Paul Tyng 2020-04-16 10:03:52 -04:00 committed by GitHub
parent 663a57b263
commit 3856dacc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ There are three tiers of providers in the Terraform Registry:
provider source information in your Terraform configuration.
* **Partner Providers** - are built, signed, and supported by a third party. HashiCorp has verified the ownership of the private
key and we provide a chain of trust to the CLI to verify this programatically. To use Partner Providers in your Terraform
configuration, you need to specify the namespace and name to download from the registry.
configuration, you need to specify the provider source, typically this is the namespace and name to download from the registry.
* **Community Providers** - are built, signed, and supported by a third party. HashiCorp does not provide a verification or chain
of trust for the signing. You will want to obtain and validate fingerprints manually if you want to ensure you are using a
binary you can trust.