Update website/content/guides/1.7-plugin-upgrade/index.mdx
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
22c2d1a5bd
commit
8e7f513805
|
@ -63,7 +63,7 @@ github.com/hashicorp/packer/common/uuid => github.com/hashicorp/packer-plugin-sd
|
||||||
**new** github.com/hashicorp/packer-plugin-sdk/version
|
**new** github.com/hashicorp/packer-plugin-sdk/version
|
||||||
|
|
||||||
|
|
||||||
When in doubt you can search the packer-plugin-sdk repo for the name of your imported structs or functions to see where they exist in the sdk now; we have not changed struct or function names.
|
When in doubt you can search the packer-plugin-sdk repo for the name of your imported structs or functions to see where they exist in the SDK now; we have not changed struct or function names. Or refer to the [Packer Plugin SDK Docs](https://pkg.go.dev/github.com/hashicorp/packer-plugin-sdk/) for help.
|
||||||
|
|
||||||
## Upgrade plugins to use new multi-plugin rpc server
|
## Upgrade plugins to use new multi-plugin rpc server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue