From 66ff0794ea2269630afdee1ebfdf6f6fca57d634 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 22 Sep 2020 10:26:29 -0400 Subject: [PATCH 1/2] website: Add Registry email to publishing doc (#26327) --- website/docs/registry/providers/publishing.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/registry/providers/publishing.html.md b/website/docs/registry/providers/publishing.html.md index 831edddd6c6f..1f9a7d8e4e4f 100644 --- a/website/docs/registry/providers/publishing.html.md +++ b/website/docs/registry/providers/publishing.html.md @@ -126,3 +126,7 @@ In the top-right navigation, select [Publish > Provider](https://registry.terraf #### Terms of Use Anything published to the Terraform Registry is subject to our terms of use. A copy of the terms are available for viewing at https://registry.terraform.io/terms + +### Support + +If you experience issues publishing your provider to the Terraform Registry, please contact us at [terraform-registry@hashicorp.com](mailto:terraform-registry@hashicorp.com). From df008f9ece45522cb697037baccb2cf357d609d5 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 22 Sep 2020 09:37:26 -0400 Subject: [PATCH 2/2] website: Update Registry key management docs (#26299) --- website/docs/registry/providers/publishing.html.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/website/docs/registry/providers/publishing.html.md b/website/docs/registry/providers/publishing.html.md index 1f9a7d8e4e4f..7b717eb45006 100644 --- a/website/docs/registry/providers/publishing.html.md +++ b/website/docs/registry/providers/publishing.html.md @@ -107,17 +107,8 @@ All provider releases are required to be signed, thus you must provide HashiCorp $ gpg --armor --export "{Key ID or email address}" ``` -#### Individuals +The ASCII-armored public key to the Terraform Registry by going to [User Settings > Signing Keys](https://registry.terraform.io/settings/gpg-keys). You can add keys for your personal namespace, or any organization which you are an admin of. -If you would like to publish a provider under your GitHub username (not a GitHub organization), you may add your GPG key directly to the Terraform Registry by going to [User Settings > Signing Keys](https://registry.terraform.io/settings/gpg-keys). - -#### Organizations - -In order to publish a provider under a GitHub organization, your public key must be added to the Terraform Registry by a HashiCorp employee. Please send us an email to terraform-registry@hashicorp.com, including the information below, and one of us will get back to you shortly. For convenience, you may also use this email template. - -- GitHub organization (namespace): -- Link to provider repository: -- GPG Key: (paste here or attach) ### Publishing Your Provider