Skip to content

Commit

Permalink
ec2:ModifyInstanceAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 26, 2024
1 parent 202c5e5 commit b3ceaff
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:DetachVolume",
"ec2:RunInstances",
"ec2:ModifyNetworkInterfaceAttribute",
"ec2:StopInstances"
"ec2:StopInstances",
"ec2:ModifyInstanceAttribute"
]
)
resources = ["*"]
Expand Down

0 comments on commit b3ceaff

Please sign in to comment.