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
..
2020-08-14 11:35:35 +02:00
2019-09-20 15:28:43 +02:00
2019-02-27 11:17:08 +01:00
2020-08-17 17:58:22 +02:00
wip
2020-03-16 17:47:44 +01:00