mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 22:21:50 +02:00
fix: Karpenter node IAM role policies variable should be a map of strings, not list (#2771)
This commit is contained in:
@@ -224,7 +224,6 @@ data "aws_iam_policy_document" "queue" {
|
||||
"sqs.${local.dns_suffix}",
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user