mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-20 00:10:04 -05:00
Update website/content/guides/1.7-plugin-upgrade/index.mdx
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
ebb609e4f2
commit
22c2d1a5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ In a best-case scenario, all you'll have to do is update the packer imports to u
|
|||
|
||||
github.com/hashicorp/packer with github.com/hashicorp/packer-plugin-sdk.
|
||||
|
||||
But some of the import paths have changed more than that because we've refactored the SDK some to make it easier to discover and use helpful modules. Here are a few common paths below:
|
||||
But some of the import paths have changed more than that because we've refactored the SDK some to make it easier to discover and use helpful modules. Below are a few common import paths. For a full list of available imports see [Packer Plugin SDK Docs](https://pkg.go.dev/github.com/hashicorp/packer-plugin-sdk/)```
|
||||
|
||||
github.com/hashicorp/packer/template/config => github.com/hashicorp/packer-plugin-sdk/template/config
|
||||
github.com/hashicorp/packer/packer => github.com/hashicorp/packer-plugin-sdk/packer
|
||||
|
|
|
|||
Loading…
Reference in a new issue