Skip to content

Commit

Permalink
Update the vpc-cni module version (update the permissions for the vpc… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Aug 7, 2024
1 parent 12ec0d9 commit cd1a6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "vpc_cni_ipv4_irsa_role" {
count = var.install_vpc_cni_addon ? 1 : 0

source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.17.0"
version = "5.41.0"

role_name = "${var.eks_cluster_name}-VPC_CNI_Addon_ROLE"
attach_vpc_cni_policy = true
Expand Down Expand Up @@ -54,4 +54,4 @@ resource "aws_eks_addon" "vpc-cni" {
resolve_conflicts = "OVERWRITE"

service_account_role_arn = module.vpc_cni_ipv4_irsa_role[0].iam_role_arn
}
}

0 comments on commit cd1a6f5

Please sign in to comment.