feat: Cluster version is now a required variable. (#972)

BREAKING CHANGES: `cluster_version` variable is now required.
This commit is contained in:
Daniel Piddock
2020-08-14 16:06:53 +02:00
committed by GitHub
parent c508d12b69
commit 1bd5bf5ab9
9 changed files with 32 additions and 26 deletions

View File

@@ -28,7 +28,6 @@ variable "cluster_security_group_id" {
variable "cluster_version" {
description = "Kubernetes version to use for the EKS cluster."
type = string
default = "1.16"
}
variable "config_output_path" {