feat: Add create_autoscaling_group option and extra outputs (#2067)

This commit is contained in:
Seth Pollack
2022-05-12 14:17:49 -04:00
committed by GitHub
parent d969e94bbe
commit 58420b92a0
5 changed files with 22 additions and 1 deletions

View File

@@ -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