Skip to content

Commit 078aa86

Browse files
chore: Update terraform AWS EKS module (#203)
1 parent e5d3cdc commit 078aa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage0/aws-terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module "aws_cluster_vpc_cni_irsa" {
152152

153153
module "aws_cluster_eks" {
154154
source = "terraform-aws-modules/eks/aws"
155-
version = "~> 20.33.1"
155+
version = "~> 20.34.0"
156156

157157
cluster_name = local.name
158158
cluster_version = local.cluster_version

0 commit comments

Comments
 (0)