0d0bd9ce75
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
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
<!-- Code generated from the comments of the Statement struct in builder/amazon/common/run_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `Effect` (string) - Effect
|
|
|
|
- `Action` ([]string) - Action
|
|
|
|
- `Resource` ([]string) - Resource
|