We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d088dd6 + d3b8ab0 commit 4f1a0d2Copy full SHA for 4f1a0d2
terraform/aws/binder-eks/eks-cluster.tf
@@ -41,6 +41,9 @@ module "eks" {
41
eks_managed_node_group_defaults = {
42
capacity_type = "SPOT"
43
iam_role_permissions_boundary = local.permissions_boundary_arn
44
+ iam_role_additional_policies = {
45
+ ssmcore = "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
46
+ }
47
}
48
49
eks_managed_node_groups = {
0 commit comments