mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 11:21:04 +01:00
feat: Add create_autoscaling_group option and extra outputs (#2067)
This commit is contained in:
@@ -266,6 +266,12 @@ variable "launch_template_tags" {
|
||||
# Autoscaling group
|
||||
################################################################################
|
||||
|
||||
variable "create_autoscaling_group" {
|
||||
description = "Determines whether to create autoscaling group or not"
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
description = "Name of the Self managed Node Group"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user