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.
2 parents ab4c828 + ad32b9e commit 7a9f3e6Copy full SHA for 7a9f3e6
infra/aws/terraform/kops-infra-ci/eks.tf
@@ -17,7 +17,7 @@ limitations under the License.
17
module "eks" {
18
providers = { aws = aws.kops-infra-ci }
19
source = "terraform-aws-modules/eks/aws"
20
- version = "20.10.0"
+ version = "20.37.2"
21
22
cluster_name = local.cluster_name
23
cluster_version = var.eks_version
infra/aws/terraform/kops-infra-ci/variables.tf
@@ -16,7 +16,7 @@ limitations under the License.
16
variable "eks_version" {
type = string
- default = "1.29"
+ default = "1.30"
}
variable "tags" {
0 commit comments