Skip to content

Commit 83913e8

Browse files
committed
Update EKS module version in comet_eks main.tf
- Upgraded the EKS module version from 19.9 to 20.31.6 to leverage new features and improvements. - Ensured compatibility with existing configurations while maintaining the cluster's operational integrity.
1 parent d8042f2 commit 83913e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/comet_eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "aws_iam_policy" "additional_s3_bucket_policy" {
7373

7474
module "eks" {
7575
source = "terraform-aws-modules/eks/aws"
76-
version = "~> 19.9"
76+
version = "~> 20.31.6"
7777

7878
cluster_name = var.eks_cluster_name
7979
cluster_version = var.eks_cluster_version

0 commit comments

Comments
 (0)