mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
docs: Updated autoscaling.md (#1515)
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user