fix: Karpenter node IAM role policies variable should be a map of strings, not list (#2771)

This commit is contained in:
Bryant Biggs
2023-10-10 11:57:29 -04:00
committed by GitHub
parent 4f635701ad
commit f4766e5c27
5 changed files with 17 additions and 7 deletions

View File

@@ -224,7 +224,6 @@ data "aws_iam_policy_document" "queue" {
"sqs.${local.dns_suffix}",
]
}
}
}