packer-cn/website/pages/partials
Adrien Delorme 0d0bd9ce75
name fields of PolicyDocument correctly in HCL (#9812)
withouth this fix we would have had to do

```hcl
  temporary_iam_instance_profile_policy_document {
    statement {
      action   = ["*"]
      effect   = "Allow"
      resource = ["*"]
    }
    version = "2012-10-17"
  }
```

instead of the same document but with capitalised fields
2020-08-25 10:53:56 +02:00
..
builder name fields of PolicyDocument correctly in HCL (#9812) 2020-08-25 10:53:56 +02:00
builders Add HCL2 examples to the virtualbox builders (#9788) 2020-08-20 15:43:38 +02:00
commands hcl work on only/except (#9454) 2020-06-23 10:53:16 +02:00
common Add vSphere HCL examples to the docs (#9674) 2020-08-05 19:23:52 +02:00
from-1.5 JSON to HCL2 (minimal best-effort) transpiler (#9659) 2020-08-25 10:51:43 +02:00
guides docs/hcl2: Update HCL2 beta note link (#9258) 2020-05-20 12:24:45 +02:00
helper/communicator ci/tech-debt: Fix vmware acceptance tests (#9636) 2020-07-23 09:40:57 +02:00
post-processor post-processor/googlecompute-import: Update documentation (#9767) 2020-08-14 12:04:44 +02:00
post-processors add community supported post-processor 2020-08-10 14:09:58 +02:00
provisioner File provisioner docs (#9735) 2020-08-10 13:15:27 +02:00
provisioners add tests and update override example 2020-08-14 11:22:51 +02:00