mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Remediate type mismatch for EFA interfaces and ensure correct (local) definition is used (#3491)
This commit is contained in:
@@ -311,7 +311,6 @@ variable "network_interfaces" {
|
||||
primary_ipv6 = optional(bool)
|
||||
private_ip_address = optional(string)
|
||||
security_groups = optional(list(string), [])
|
||||
subnet_id = optional(string)
|
||||
}))
|
||||
default = []
|
||||
nullable = false
|
||||
|
||||
Reference in New Issue
Block a user