Update terraform.tf, variables.tf, .gitignore
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user