From 054357438381070a5a03e3ed337f931eb74f3e1e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 5 Jul 2017 17:36:32 -0700 Subject: [PATCH] website: update upgrade-guide for plugin filename convention This changed close to the release of beta1 to use underscores as the separator and to use a lower-case "v" to avoid any issues on case-insensitive filesystems. --- website/upgrade-guides/0-10.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/upgrade-guides/0-10.html.markdown b/website/upgrade-guides/0-10.html.markdown index 124bf346bd..3073675590 100644 --- a/website/upgrade-guides/0-10.html.markdown +++ b/website/upgrade-guides/0-10.html.markdown @@ -64,8 +64,8 @@ In the mean time, [the prior mechanisms for installing third-party providers](/docs/plugins/basics.html#installing-a-plugin) are still supported. Maintainers of third-party providers may optionally make use of the new versioning mechanism by naming provider binaries -using the scheme `terraform-provider-NAME-V0.0.1`, where "0.0.1" is an -example version. Terraform expects providers to follow +using the scheme `terraform-provider-NAME_v0.0.1`, where "0.0.1" is an +example version. Terraform expects providers to follow the [semantic versioning](http://semver.org/) methodology. Although third-party providers with versions cannot currently be automatically