Update terraform.tf, variables.tf, .gitignore

This commit is contained in:
2022-09-25 11:59:05 +00:00
parent 5f3a9fa7d5
commit 4cae99f85f
3 changed files with 4 additions and 5 deletions

View File

@@ -2,10 +2,6 @@ variable "token" {
description = "Your Linode API Personal Access Token. (required)"
}
variable "config" {
description = "kube config from lke"
}
variable "k8s_version" {
description = "The Kubernetes version to use for this cluster. (required)"
default = "1.23"