mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add nitro enclave support for EKS (#1185)
This commit is contained in:
@@ -272,6 +272,14 @@ resource "aws_launch_template" "workers_launch_template" {
|
||||
)[count.index]
|
||||
}
|
||||
|
||||
enclave_options {
|
||||
enabled = lookup(
|
||||
var.worker_groups_launch_template[count.index],
|
||||
"enclave_support",
|
||||
local.workers_group_defaults["enclave_support"],
|
||||
)
|
||||
}
|
||||
|
||||
image_id = lookup(
|
||||
var.worker_groups_launch_template[count.index],
|
||||
"ami_id",
|
||||
|
||||
Reference in New Issue
Block a user