1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

feat: Support default_tags in aws_autoscaling_group (#1973)

This commit is contained in:
Chris McNabb
2022-03-29 03:07:13 -04:00
committed by GitHub
parent 4898bf326d
commit 7a9458af52
5 changed files with 21 additions and 2 deletions
@@ -452,6 +452,12 @@ variable "delete_timeout" {
default = null
}
variable "use_default_tags" {
description = "Enables/disables the use of provider default tags in the tag_specifications of the Auto Scaling group"
type = bool
default = false
}
################################################################################
# Autoscaling group schedule
################################################################################