Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eks/aws to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 67cb56a commit 47d2ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-operator/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "aws" {
module "eks" {
source = "terraform-aws-modules/eks/aws"

version = "5.1.0"
version = "20.31.4"
cluster_name = var.eks_name
cluster_version = var.eks_version
vpc_id = var.vpc_id
Expand Down

0 comments on commit 47d2ef5

Please sign in to comment.