We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fb28e commit 6217d0eCopy full SHA for 6217d0e
modules/karpenter/main.tf
@@ -122,6 +122,7 @@ data "aws_iam_policy_document" "irsa" {
122
actions = ["ec2:RunInstances"]
123
resources = [
124
"arn:${local.partition}:ec2:*::image/*",
125
+ "arn:${local.partition}:ec2:*::snapshot/*",
126
"arn:${local.partition}:ec2:*:${local.account_id}:instance/*",
127
"arn:${local.partition}:ec2:*:${local.account_id}:spot-instances-request/*",
128
"arn:${local.partition}:ec2:*:${local.account_id}:security-group/*",
0 commit comments