Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibraAmin authored Dec 7, 2023
1 parent 0ce01a7 commit eb71096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/kubernetes-addons/aws-vpc-cni/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ resource "aws_eks_addon" "vpc_cni" {
cluster_name = var.addon_context.eks_cluster_id
addon_name = local.name
addon_version = try(var.addon_config.addon_version, data.aws_eks_addon_version.this.version)
resolve_conflicts_on_create = "OVERWRITE"
service_account_role_arn = local.create_irsa ? module.irsa_addon[0].irsa_iam_role_arn : try(var.addon_config.service_account_role_arn, null)
preserve = try(var.addon_config.preserve, true)

Expand Down

0 comments on commit eb71096

Please sign in to comment.