Skip to content

Commit 2fb1083

Browse files
chore(deps): update terraform terraform-aws-modules/eks/aws to v20
1 parent ec94eee commit 2fb1083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

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

1515
module "eks" {
1616
source = "terraform-aws-modules/eks/aws"
17-
version = "~> 19.13"
17+
version = "~> 20.0"
1818

1919
cluster_name = var.cluster_name
2020
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)