Skip to content

Commit e0ea50e

Browse files
authored
Pin EKS module for TF cluster
1 parent 8cb746e commit e0ea50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/terraform/eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55

66
module "eks" {
77
source = "terraform-aws-modules/eks/aws"
8-
version = "~> 21.0"
8+
version = "21.0.9"
99

1010
cluster_name = var.cluster_name
1111
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)