packer-cn/website/data
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
..
docs-navigation.js HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
guides-navigation.js add to navigation js page 2021-01-12 13:49:49 -08:00
intro-navigation.js Refactored to redirects instead of hard external links in side nav model 2020-06-09 13:58:33 -04:00
metadata.js refactor to mdx remote 2020-12-14 18:20:01 -05:00
subnav.js 📌 Hard Pin Website Dependencies (#9543) 2020-07-13 12:33:16 +02:00
version.js cut version 1.6.6 2020-12-16 21:03:54 +00:00