mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-19 07:53:46 +01: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