Skip to content

Commit

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

0 comments on commit 202c5e5

Please sign in to comment.