Skip to content

Commit

Permalink
extend capa_controllerrole for iam:UntagRole action
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz authored and davidspek committed Sep 12, 2023
1 parent 9078590 commit 4e9965c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/terraform/aws-bootstrap-cluster-api/capa-sa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ data "aws_iam_policy_document" "capa_controller_eks" {
"iam:DeleteRole",
"iam:CreateRole",
"iam:TagRole",
"iam:UntagRole",
"iam:AttachRolePolicy",
]
}
Expand Down

0 comments on commit 4e9965c

Please sign in to comment.