packer-cn/builder/amazon
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
..
chroot add aws_polling config option to override env variables 2020-08-17 17:15:32 +02:00
common name fields of PolicyDocument correctly in HCL (#9812) 2020-08-25 10:53:56 +02:00
ebs add aws_polling config option to override env variables 2020-08-17 17:15:32 +02:00
ebssurrogate add aws_polling config option to override env variables 2020-08-17 17:15:32 +02:00
ebsvolume add aws_polling config option to override env variables 2020-08-17 17:15:32 +02:00
instance add aws_polling config option to override env variables 2020-08-17 17:15:32 +02:00