Skip to content

Commit

Permalink
Allow image deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed May 22, 2024
1 parent 4622e5c commit 9f15da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ data "aws_iam_policy_document" "vmimport" {
"ec2:ModifySnapshotAttribute",
"ec2:CopySnapshot",
"ec2:RegisterImage",
"ec2:Describe*"
"ec2:Describe*",
"ec2:EnableImageDeprecation",
]
effect = "Allow"
resources = ["*"]
Expand Down

0 comments on commit 9f15da0

Please sign in to comment.