Update website/content/guides/1.7-plugin-upgrade/index.mdx
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
26d5c271ab
commit
ebb609e4f2
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue