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
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
<!-- Code generated from the comments of the PolicyDocument struct in builder/amazon/common/run_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `Version` (string) - Version
|
|
|
|
- `Statement` ([]Statement) - Statement
|