Update website/content/guides/1.7-plugin-upgrade/index.mdx

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2021-01-13 12:14:56 -08:00 committed by GitHub
parent 26d5c271ab
commit ebb609e4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.