plugins install
plugins install
子命令安装符合版本约束的 Packer 插件
$ packer plugins install -h
Usage: packer plugins install <plugin> [<version constraint>]
This command will install the most recent compatible Packer plugin matching
version constraint. When the version constraint is omitted, the most recent
version will be installed.
Ex: packer plugins install github.com/hashicorp/happycloud v1.2.3
相关命令
packer init
将安装所有所需的插件