Skip to content

Commit 96e6e2b

Browse files
committed
Fix AWS EKS module version to the 18.x series to avoid AWS module dependency bumping up to 4.47
1 parent 6072ad7 commit 96e6e2b

File tree

1 file changed

+2
-1
lines changed
  • modules/aws/infrastructure

1 file changed

+2
-1
lines changed

modules/aws/infrastructure/eks.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module "eks" {
2-
source = "terraform-aws-modules/eks/aws"
2+
source = "terraform-aws-modules/eks/aws"
3+
version = "18.31.2"
34

45
cluster_name = local.cluster_name
56
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)