Update terraform.tf, variables.tf, .gitlab-ci.yml

This commit is contained in:
2022-09-25 11:36:28 +00:00
parent 68522ddf39
commit b40be8fb6d
3 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,10 @@ 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"