Skip to content

Commit

Permalink
fixed group policy assign parameter typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhass committed Dec 7, 2023
1 parent f3d4298 commit b7a51ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/iam_group_policy_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ output "minio_group" {
# Example using an LDAP Group instead of a static MinIO group
resource "minio_iam_group_policy_attachment" "developer" {
user_name = "OU=Unit,DC=example,DC=com"
group_name = "OU=Unit,DC=example,DC=com"
policy_name = "${minio_iam_policy.test_policy.id}"
}
```
Expand Down

0 comments on commit b7a51ea

Please sign in to comment.