Skip to content

Commit

Permalink
Update docs for local plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Oct 10, 2023
1 parent af41092 commit 060db11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ directory. Upon successful compilation, a `packer-plugin-outscale` plugin
binary file can be found in the root directory.
To install the compiled plugin, please follow the official Packer documentation
on [installing a plugin](https://www.packer.io/docs/extending/plugins/#installing-plugins).

##### TLDR for Dev:
you can set environement variable PACKER_PLUGIN_PATH to outscale_packer_plugins directory.

If you do that, you can remove `required_plugins` from packer file.

0 comments on commit 060db11

Please sign in to comment.