From 26d5c271abe33749721f95f9c10693586a3a6d73 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 13 Jan 2021 12:13:53 -0800 Subject: [PATCH] Update website/content/guides/1.7-plugin-upgrade/index.mdx Co-authored-by: Sylvia Moss --- website/content/guides/1.7-plugin-upgrade/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guides/1.7-plugin-upgrade/index.mdx b/website/content/guides/1.7-plugin-upgrade/index.mdx index 062c00934..bd675d1fb 100644 --- a/website/content/guides/1.7-plugin-upgrade/index.mdx +++ b/website/content/guides/1.7-plugin-upgrade/index.mdx @@ -73,7 +73,7 @@ The goal of this server is to enable multiple related plugins, for example plugi ### Do I have to upgrade? -For now, you do to have to upgrade your plugin. Packer will continue to understand how to discover and launch old-style plugins. However, you will not be able to register your plugin with HashiCorp until you have upgraded the plugin. +For now, you do not have to upgrade your plugin, but we recommend doing it. Packer will continue to understand how to discover and launch old-style plugins. However, you will not be able to register your plugin with HashiCorp until you have upgraded the plugin. ### How to upgrade the plugin