Skip to content

Commit 9732550

Browse files
chore(deps): update terraform terraform-aws-modules/eks/aws to v20
1 parent 18977f7 commit 9732550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/clouds/aws/eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "eks" {
22
source = "terraform-aws-modules/eks/aws"
3-
version = "~> 19.0"
3+
version = "~> 20.0"
44

55
cluster_name = var.cluster_name
66
cluster_version = var.kubernetes_version

0 commit comments

Comments
 (0)