fix: Update autoscaling group tags -> tag to support v4 of AWS provider (#1866)

This commit is contained in:
Bryant Biggs
2022-02-15 08:01:52 -05:00
committed by GitHub
parent 9c9ac81e3a
commit 74ad4b09b7
5 changed files with 23 additions and 55 deletions

View File

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