mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
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