packer-cn/website/content/docs/builders
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
This adds the new `required_plugins` block to be nested under the packer block.

Example:
```hcl
packer {
  required_plugins {
    aws = {
      version = ">= 2.7.0"
      source = "azr/aws"
    }
    azure = ">= 2.7.0"
  }
}
```

For example on darwin_amd64 Packer will install those under :
* "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64"
* "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5"

+ docs
+ tests
2021-02-02 18:05:04 +01:00
..
amazon Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
azure Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
hyperv Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
oracle Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
outscale Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
parallels Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
proxmox Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
virtualbox Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
vmware Ignore new links from markdown link checker because site isnt live 2021-01-15 13:42:10 -08:00
alicloud-ecs.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
cloudstack.mdx HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
community-supported.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
custom.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
digitalocean.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
docker.mdx docs: fix instructions to show docker tags for post processor hcl syntax as array of strings 2021-01-29 18:58:13 +00:00
file.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
googlecompute.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
hetzner-cloud.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
hyperone.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
index.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
jdcloud.mdx Fix broken links detected by link checker 2021-01-06 16:27:12 -05:00
linode.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
lxc.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
lxd.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
ncloud.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
null.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
oneandone.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
openstack.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
profitbricks.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
qemu.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
scaleway.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
tencentcloud-cvm.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
triton.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
ucloud-uhost.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
vagrant.mdx remove layout frontmatter prop 2020-12-14 18:20:03 -05:00
yandex.mdx Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00