mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2913 from GrayCoder/master
add note to aws_iam_policy_attachment explaining its use/limitations
This commit is contained in:
commit
3e1300e96b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user