Skip to content

Commit

Permalink
docs: Fix example (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Aug 30, 2023
1 parent 05ee933 commit c218e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module "eks_blueprints_addon" {
# IAM role for service account (IRSA)
create_role = true
create_policy = false
role_name = "aws-vpc-cni-ipv4"
role_policies = {
AmazonEKS_CNI_Policy = "arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy"
Expand Down

0 comments on commit c218e0d

Please sign in to comment.