mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
fix: Update autoscaling group tags -> tag to support v4 of AWS provider (#1866)
This commit is contained in:
@@ -23,7 +23,7 @@ variable "platform" {
|
||||
variable "cluster_name" {
|
||||
description = "Name of associated EKS cluster"
|
||||
type = string
|
||||
default = null
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "cluster_endpoint" {
|
||||
@@ -446,12 +446,6 @@ variable "delete_timeout" {
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "propagate_tags" {
|
||||
description = "A list of tag blocks. Each element should have keys named `key`, `value`, and `propagate_at_launch`"
|
||||
type = list(map(string))
|
||||
default = []
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# Autoscaling group schedule
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user