packer/builder
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
..
alicloud change markdown references to new pathing 2021-01-15 11:59:36 -08:00
amazon Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
azure change markdown references to new pathing 2021-01-15 11:59:36 -08:00
cloudstack HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
digitalocean remove sdk 2020-12-17 13:29:25 -08:00
docker remove sdk 2020-12-17 13:29:25 -08:00
file remove sdk 2020-12-17 13:29:25 -08:00
googlecompute - Isolate OSLogin service account derivation from google metadata server to OSLogin step only 2021-01-12 21:38:41 +00:00
hcloud remove sdk 2020-12-17 13:29:25 -08:00
hyperone change markdown references to new pathing 2021-01-15 11:59:36 -08:00
hyperv fix test fixture path 2020-12-17 14:41:36 -08:00
jdcloud remove sdk 2020-12-17 13:29:25 -08:00
linode remove sdk 2020-12-17 13:29:25 -08:00
lxc remove sdk 2020-12-17 13:29:25 -08:00
lxd remove sdk 2020-12-17 13:29:25 -08:00
ncloud remove sdk 2020-12-17 13:29:25 -08:00
null remove sdk 2020-12-17 13:29:25 -08:00
oneandone remove sdk 2020-12-17 13:29:25 -08:00
openstack Add skip_create_image option to the openstack builder (#10496) 2021-01-19 10:43:18 +01:00
oracle remove sdk 2020-12-17 13:29:25 -08:00
osc fix: [bsusurrogate] override bsu when omi root device is set 2021-01-15 09:36:56 -06:00
parallels fix test fixture path 2020-12-17 14:41:36 -08:00
profitbricks remove sdk 2020-12-17 13:29:25 -08:00
proxmox Improve cloud init logging for proxmox builder (#10499) 2021-01-19 10:28:01 +01:00
qemu remove indexing from cdrom command and let qemu handle it (#10519) 2021-01-25 10:54:41 +01:00
scaleway remove sdk 2020-12-17 13:29:25 -08:00
tencentcloud change markdown references to new pathing 2021-01-15 11:59:36 -08:00
test-fixtures/floppies fix test fixture path 2020-12-17 14:41:36 -08:00
triton change markdown references to new pathing 2021-01-15 11:59:36 -08:00
ucloud remove sdk 2020-12-17 13:29:25 -08:00
vagrant Fix broken links detected by link checker 2021-01-06 16:27:12 -05:00
virtualbox Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
vmware Update redirects and URLs to legacy JSON template docs (#10530) 2021-01-27 09:08:59 -05:00
vsphere minor doc update with missing "use" vsphere config (#10474) 2021-01-13 11:38:45 +01:00
yandex yandex: some fix (#10522) 2021-01-25 12:26:21 +01:00