We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c21076 commit e87a63eCopy full SHA for e87a63e
node-groups-enclave-tracks.tf
@@ -6,7 +6,7 @@ resource "aws_launch_template" "enclave_track" {
6
7
name_prefix = "eks-node-enclaves-${each.key}-${var.cluster_name}-"
8
9
- image_id = data.aws_ssm_parameter.al2023_ami[try(each.value.arch, "amd64")].value
+ image_id = data.aws_ssm_parameter.al2023_ami[each.value.arch].value
10
instance_type = coalesce(each.value.instance_type, var.enclaves_instance_type)
11
vpc_security_group_ids = [aws_security_group.node.id]
12
ebs_optimized = true
0 commit comments