Skip to content

Commit 1bd0164

Browse files
Update Terraform terraform-aws-modules/eks/aws to v19.20.0
1 parent 8ff0130 commit 1bd0164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Feb2023/terraform/eks-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "eks" {
22
source = "terraform-aws-modules/eks/aws"
3-
version = "19.7.0"
3+
version = "19.20.0"
44

55
cluster_name = local.eks_name
66
cluster_version = var.eks_cluster_version

0 commit comments

Comments
 (0)