website: fix documented naming scheme for provider plugins
This commit is contained in:
parent
6786c1361f
commit
27aa4cb6bf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue