Skip to content

Commit 381a38f

Browse files
authored
Merge pull request #181 from lpsm-dev/renovate/terraform-aws-modules-eks-aws-21.x
chore(deps): update terraform terraform-aws-modules/eks/aws to v21
2 parents aecfa37 + f1df493 commit 381a38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/setup-eks/eks_cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "eks" {
66
source = "terraform-aws-modules/eks/aws"
7-
version = "~> 20.8"
7+
version = "~> 21.0"
88

99
// EKS Cluster information
1010
cluster_name = local.aws_eks.cluster_name

0 commit comments

Comments
 (0)