From 99fae273eb2633f9aae52e7f2ede0618342f68a7 Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Sun, 2 Aug 2015 16:44:43 -0400 Subject: [PATCH] add note to aws_iam_policy_attachment explaining its use/limitations --- .../docs/providers/aws/r/iam_policy_attachment.html.markdown | 2 ++ 1 file changed, 2 insertions(+) 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 00099316f..a34fe242a 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 @@ -10,6 +10,8 @@ description: |- Attaches a Managed IAM Policy to user(s), role(s), and/or group(s) +~> **NOTE:** The aws_iam_policy_attachment resource is only meant to be used once for each managed policy. All of the users/roles/groups that a single policy is being attached to should be declared by a single aws_iam_policy_attachment resource. + ``` resource "aws_iam_user" "user" { name = "test-user"