mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2655 from GrayCoder/master
fix markdown for aws_iam_policy_attachment
This commit is contained in:
commit
9141760474
@ -42,8 +42,8 @@ The following arguments are supported:
|
||||
|
||||
* `name` (Required) - The name of the policy.
|
||||
* `users` (Optional) - The user(s) the policy should be applied to
|
||||
* `roles (Optional) - The role(s) the policy should be applied to`
|
||||
* `groups (Optional) - The group(s) the policy should be applied to`
|
||||
* `roles` (Optional) - The role(s) the policy should be applied to
|
||||
* `groups` (Optional) - The group(s) the policy should be applied to
|
||||
* `policy_arn` (Required) - The ARN of the policy you want to apply
|
||||
|
||||
## Attributes Reference
|
||||
|
Loading…
Reference in New Issue
Block a user