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
..
2019-10-28 14:38:53 -07:00
2019-10-28 14:31:07 -07:00
2021-01-07 15:45:16 -08:00
2019-04-11 14:19:24 +02:00
2019-06-06 15:04:02 -07:00
2019-10-15 21:14:20 +00:00
2020-12-17 15:12:16 -08:00
2019-04-12 01:29:34 +03:00
2019-04-11 14:19:24 +02:00
2020-08-24 10:49:43 +02:00
2020-08-11 15:04:47 -07:00
2021-01-07 15:44:58 -08:00
2021-01-07 15:44:58 -08:00
2019-04-11 14:19:24 +02:00
2019-10-11 12:15:37 -07:00
2019-09-18 10:33:16 -07:00
2021-01-07 15:45:16 -08:00
2020-07-15 14:20:09 -07:00
2019-10-30 10:48:41 -07:00
2019-10-30 10:49:33 -07:00
2019-10-11 12:15:37 -07:00
2020-10-23 12:26:16 +03:00
2021-01-07 15:44:58 -08:00