mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
fix: Correct conditional map for cluster security group additional rules (#1738)
This commit is contained in:
@@ -153,7 +153,7 @@ variable "cluster_security_group_description" {
|
||||
|
||||
variable "cluster_security_group_additional_rules" {
|
||||
description = "List of additional security group rules to add to the cluster security group created"
|
||||
type = map(any)
|
||||
type = any
|
||||
default = {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user