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 67e0f75 commit f2d67ffCopy full SHA for f2d67ff
1 file changed
node_groups.tf
@@ -30,7 +30,7 @@ data "aws_iam_policy_document" "cni_ipv6_policy" {
30
statement {
31
sid = "CreateTags"
32
actions = ["ec2:CreateTags"]
33
- resources = ["arn:aws:ec2:*:*:network-interface/*"]
+ resources = ["arn:${data.aws_partition.current.partition}:ec2:*:*:network-interface/*"]
34
}
35
36
0 commit comments