Update website/content/guides/1.7-plugin-upgrade/index.mdx
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
4955045240
commit
561862a353
|
@ -79,7 +79,7 @@ For now, you do not have to upgrade your plugin, but we recommend doing it. Pack
|
|||
|
||||
We've created a scaffolding repository over at https://github.com/hashicorp/packer-plugin-scaffolding/
|
||||
|
||||
If you already have a working plugin, this should look pretty familiar. You'll notice that there are some changes to main.go.
|
||||
If you already have a working plugin, the [builder plugin scaffolding](https://github.com/hashicorp/packer-plugin-scaffolding/tree/main/builder/scaffolding) should look pretty familiar. You'll notice that there are some changes to main.go.
|
||||
|
||||
Previously, you may have had a main.go that looks something like:
|
||||
|
||||
|
|
Loading…
Reference in New Issue