Skip to content

Commit

Permalink
Merge pull request #139 from Digital-Defiance/add-missing-permission
Browse files Browse the repository at this point in the history
fix: add missing permission
  • Loading branch information
RuiFilipeCampos authored Sep 2, 2024
2 parents adc7464 + 3d4f373 commit 3600826
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions k8s/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ resource "aws_iam_policy" "coder_policy" {
"ec2:DescribeIamInstanceProfileAssociations",
"ec2:DescribeTags",
"ec2:DescribeInstances",
"ec2:DescribeInstanceStatus",
"ec2:DescribeInstanceTypes",
"ec2:CreateTags",
"ec2:RunInstances",
Expand Down Expand Up @@ -139,7 +140,3 @@ output "aws_configuration_command" {
value = "aws eks update-kubeconfig --region eu-south-1 --name ${module.eks.cluster_name}"
}

output "eks_managed_groups_iam_role_arn" {
value = module.eks.eks_managed_node_groups.one.iam_role_name
}

0 comments on commit 3600826

Please sign in to comment.