mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 19:01:04 +01:00
feat: Support default_tags in aws_autoscaling_group (#1973)
This commit is contained in:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user