1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

docs: Updated autoscaling.md (#1515)

This commit is contained in:
Pascal Bourdier
2021-08-25 18:19:10 +02:00
committed by GitHub
parent cd01601805
commit 880b08cb6a
+1 -1
View File
@@ -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" {