From 3856dacc1ef7c1bb7c182edac5411e2e8a25613e Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Thu, 16 Apr 2020 10:03:52 -0400 Subject: [PATCH] Update website/docs/registry/providers/tiers.html.md --- website/docs/registry/providers/tiers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/registry/providers/tiers.html.md b/website/docs/registry/providers/tiers.html.md index 9356cd6ab..591d7e54e 100644 --- a/website/docs/registry/providers/tiers.html.md +++ b/website/docs/registry/providers/tiers.html.md @@ -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.