We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c13c commit a663031Copy full SHA for a663031
terraform/aws/modules/cluster/main.tf
@@ -18,7 +18,7 @@ locals {
18
}
19
20
module "eks" {
21
- source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v18.2.0"
+ source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.31.0"
22
23
cluster_name = local.name
24
cluster_version = local.cluster_version
0 commit comments