Skip to content

Commit

Permalink
docs: Updated autoscaling.md (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalBourdier authored Aug 25, 2021
1 parent cd01601 commit 880b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you don't want to use IRSA then you will need to attach the IAM policy to the
```hcl
resource "aws_iam_role_policy_attachment" "workers_autoscaling" {
policy_arn = aws_iam_policy.worker_autoscaling.arn
role = module.my_cluster.worker_iam_role_name[0]
role = module.my_cluster.worker_iam_role_name
}
resource "aws_iam_policy" "worker_autoscaling" {
Expand Down

0 comments on commit 880b08c

Please sign in to comment.