Skip to content

Commit

Permalink
add SSM to role
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 16, 2022
1 parent c883ebb commit 564fbe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/full-cluster/role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ locals {
"AmazonEC2ContainerRegistryReadOnly",
"CloudWatchLogsFullAccess",
"AmazonS3FullAccess",
"AmazonSSMManagedInstanceCore",
"AmazonEC2RoleforSSM",
]
nodegroup_managed_policies = [for p in data.aws_iam_policy.nodegroup_managed_policies : p.arn]
}
Expand Down

0 comments on commit 564fbe8

Please sign in to comment.