Skip to content

Commit

Permalink
iam:CreateServiceLinkedRole
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 28, 2024
1 parent 085bd4d commit 0f81d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ec2-instance/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ data "aws_iam_policy_document" "this" {
"ec2:ModifyInstanceAttribute",
"ec2:TerminateInstances",
"ec2:StartInstances",
"ec2:RebootInstances"
"ec2:RebootInstances",
"iam:CreateServiceLinkedRole"
]
)
resources = ["*"]
Expand Down

0 comments on commit 0f81d07

Please sign in to comment.