From 27aa4cb6bf99b4edcbf473e720c322cf6cffe490 Mon Sep 17 00:00:00 2001 From: "Dmitry Grigorenko (gitHUB)" Date: Sat, 18 Nov 2017 18:44:57 -0800 Subject: [PATCH] website: fix documented naming scheme for provider plugins --- website/docs/configuration/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index 71f657aa42..ebeb8e15f7 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -210,7 +210,7 @@ host operating system: `terraform init` will search this directory for additional plugins during plugin initialization. -The naming scheme for provider plugins is `terraform-provider-NAME-vX.Y.Z`, +The naming scheme for provider plugins is `terraform-provider-NAME_vX.Y.Z`, and Terraform uses the name to understand the name and version of a particular provider binary. Third-party plugins will often be distributed with an appropriate filename already set in the distribution archive so that it can