mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 02:41:03 +01:00
fix: Change variable "node_security_group_additional_rules" from type map(any) to any (#1747)
This commit is contained in:
@@ -199,7 +199,7 @@ variable "node_security_group_description" {
|
||||
|
||||
variable "node_security_group_additional_rules" {
|
||||
description = "List of additional security group rules to add to the node security group created"
|
||||
type = map(any)
|
||||
type = any
|
||||
default = {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user