mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 07:23:45 +01:00
refactor: Refactoring to match the rest of terraform-aws-modules (#1583)
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
variable "k8s_version" {
|
||||
description = "k8s cluster version"
|
||||
default = "1.20"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "enable_admin_container" {
|
||||
description = "Enable/disable admin container"
|
||||
default = false
|
||||
type = bool
|
||||
}
|
||||
|
||||
variable "enable_control_container" {
|
||||
description = "Enable/disable control container"
|
||||
default = true
|
||||
type = bool
|
||||
}
|
||||
Reference in New Issue
Block a user