We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd01601 commit 880b08cCopy full SHA for 880b08c
docs/autoscaling.md
@@ -13,7 +13,7 @@ If you don't want to use IRSA then you will need to attach the IAM policy to the
13
```hcl
14
resource "aws_iam_role_policy_attachment" "workers_autoscaling" {
15
policy_arn = aws_iam_policy.worker_autoscaling.arn
16
- role = module.my_cluster.worker_iam_role_name[0]
+ role = module.my_cluster.worker_iam_role_name
17
}
18
19
resource "aws_iam_policy" "worker_autoscaling" {
0 commit comments