mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
feat: Add support for enabling EFA resources (#2936)
* feat: Add support for enabling EFA resources * feat: Add support for creating placement group and ensuring subnet ID used supports the instance type provided * chore: Update README and examples * feat: Update AWS provider MSV to support `maximum_network_cards` attribute * fix: Update self-managed example after last round of testing; improve EFA support wording
This commit is contained in:
@@ -250,6 +250,12 @@ variable "enable_monitoring" {
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "enable_efa_support" {
|
||||
description = "Determines whether to enable Elastic Fabric Adapter (EFA) support"
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "network_interfaces" {
|
||||
description = "Customize network interfaces to be attached at instance boot time"
|
||||
type = list(any)
|
||||
|
||||
Reference in New Issue
Block a user