From b32008804e3215c07d894922024b8bec9a0501cd Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Wed, 8 Jul 2015 14:25:57 -0400 Subject: [PATCH] fix markdown for aws_iam_policy_attachment --- .../docs/providers/aws/r/iam_policy_attachment.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/iam_policy_attachment.html.markdown b/website/source/docs/providers/aws/r/iam_policy_attachment.html.markdown index 4cc0e18cbe..00099316f7 100644 --- a/website/source/docs/providers/aws/r/iam_policy_attachment.html.markdown +++ b/website/source/docs/providers/aws/r/iam_policy_attachment.html.markdown @@ -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