website: fix documented naming scheme for provider plugins

This commit is contained in:
Dmitry Grigorenko (gitHUB) 2017-11-18 18:44:57 -08:00 committed by Martin Atkins
parent 6786c1361f
commit 27aa4cb6bf
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ host operating system:
`terraform init` will search this directory for additional plugins during `terraform init` will search this directory for additional plugins during
plugin initialization. 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 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 provider binary. Third-party plugins will often be distributed with an
appropriate filename already set in the distribution archive so that it can appropriate filename already set in the distribution archive so that it can