diff --git a/website/content/guides/1.7-plugin-upgrade/index.mdx b/website/content/guides/1.7-plugin-upgrade/index.mdx index bd675d1fb..2e79e6426 100644 --- a/website/content/guides/1.7-plugin-upgrade/index.mdx +++ b/website/content/guides/1.7-plugin-upgrade/index.mdx @@ -15,7 +15,7 @@ Packer is currently backwards compatible with the old API because the plugin API ### How to update plugins to use the packer-plugin-SDK -In a best-case scenario, all you'll have to do is replace all the places you import +In a best-case scenario, all you'll have to do is update the packer imports to use the packer-plugin-sdk import path github.com/hashicorp/packer with github.com/hashicorp/packer-plugin-sdk.