Skip to content

Commit

Permalink
add aws ami version link (#1903) (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored Mar 13, 2020
1 parent 51bba74 commit 5b62f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/modules/aws/tidb-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
}

Expand Down

0 comments on commit 5b62f91

Please sign in to comment.