Skip to content

Commit

Permalink
Add EKS to IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Aug 9, 2022
1 parent 4baa6da commit 1fdd273
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/json/02-intro-to-terraform-syntax/iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
"Effect": "Allow",
"Action": "account:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "eks:*",
"Resource": "*"
}
]
}

0 comments on commit 1fdd273

Please sign in to comment.