From bea41bac36668bb018dc6f78b1616b104d659a41 Mon Sep 17 00:00:00 2001 From: DanielZhangQD Date: Wed, 11 Mar 2020 10:39:12 +0800 Subject: [PATCH] add aws ami version link --- deploy/modules/aws/tidb-cluster/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/modules/aws/tidb-cluster/variables.tf b/deploy/modules/aws/tidb-cluster/variables.tf index b561b3f413..3728372135 100644 --- a/deploy/modules/aws/tidb-cluster/variables.tf +++ b/deploy/modules/aws/tidb-cluster/variables.tf @@ -131,7 +131,7 @@ variable "worker_group_launch_template_tags" { } variable "worker_ami_name_filter" { - description = "Additional name filter for AWS EKS worker AMI. Default behaviour will get latest for the cluster_version but could be set to a release from amazon-eks-ami, e.g. \"v20190220\"" + description = "Additional name filter for AWS EKS worker AMI. Default behaviour will get the latest AMI for the cluster_version, but it could be set to a specific version, e.g. \"v20190220\", please check the `Packer version` in https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html for the supported AMI versions." default = "v*" }