Skip to content

Commit

Permalink
more precision in which IAM role attribute to specify (#17487)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpaasonen authored Feb 26, 2021
1 parent fc332b9 commit 44ca5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/iam_role_policy_attachment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "aws_iam_role_policy_attachment" "test-attach" {

The following arguments are supported:

* `role` (Required) - The role the policy should be applied to
* `role` (Required) - The name of the IAM role to which the policy should be applied
* `policy_arn` (Required) - The ARN of the policy you want to apply

## Import
Expand Down

0 comments on commit 44ca5e0

Please sign in to comment.