Skip to content

Commit

Permalink
fix typo (#40139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovaacs authored Nov 15, 2024
1 parent 59d791a commit 0b05d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/iam/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func resourceRole() *schema.Resource {
Optional: true,
Computed: true,
Deprecated: "The managed_policy_arns argument is deprecated. " +
"Use the aws_iam_role_policy_attachment resource instead. If Terraform should" +
"Use the aws_iam_role_policy_attachment resource instead. If Terraform should " +
"exclusively manage all managed policy attachments (the current " +
"behavior of this argument), use the aws_iam_role_policy_attachments_exclusive " +
"resource as well.",
Expand Down

0 comments on commit 0b05d63

Please sign in to comment.