Skip to content

Commit 880b08c

Browse files
docs: Updated autoscaling.md (#1515)
1 parent cd01601 commit 880b08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/autoscaling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you don't want to use IRSA then you will need to attach the IAM policy to the
1313
```hcl
1414
resource "aws_iam_role_policy_attachment" "workers_autoscaling" {
1515
policy_arn = aws_iam_policy.worker_autoscaling.arn
16-
role = module.my_cluster.worker_iam_role_name[0]
16+
role = module.my_cluster.worker_iam_role_name
1717
}
1818
1919
resource "aws_iam_policy" "worker_autoscaling" {

0 commit comments

Comments
 (0)