fix: permission typo

This commit is contained in:
Tobias Lindberg
2023-08-03 21:28:20 +02:00
parent e88dacdfb3
commit 3273b865d0
8 changed files with 40 additions and 40 deletions
@@ -107,7 +107,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Version": "2012-10-17",
"Statement": [
{
"Sid": "EC2Permisssions",
"Sid": "EC2Permissions",
"Effect": "Allow",
"Action": [
"ec2:RunInstances",
@@ -142,7 +142,7 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Resource": "*"
},
{
"Sid": "CloudFormationPermisssions",
"Sid": "CloudFormationPermissions",
"Effect": "Allow",
"Action": [
"cloudformation:ListStacks",
@@ -176,13 +176,13 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"Resource": "*"
},
{
"Sid": "KMSPermisssions",
"Sid": "KMSPermissions",
"Effect": "Allow",
"Action": "kms:ListKeys",
"Resource": "*"
},
{
"Sid": "EKSPermisssions",
"Sid": "EKSPermissions",
"Effect": "Allow",
"Action": [
"eks:UpdateNodegroupVersion",
@@ -222,7 +222,7 @@ These are permissions that are needed during EKS cluster creation, so Rancher ca
"Version": "2012-10-17",
"Statement": [
{
"Sid": "IAMPermisssions",
"Sid": "IAMPermissions",
"Effect": "Allow",
"Action": [
"iam:AddRoleToInstanceProfile",