Skip to content

Commit 9c1f47f

Browse files
committed
chore: update
Signed-off-by: Ghislain Cheng <ghislain.cheng@zama.ai>
1 parent 11bb67a commit 9c1f47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mpc-party/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ module "eks_managed_node_group" {
533533
# Instance Configuration (only when not using launch template)
534534
instance_types = var.nodegroup_instance_types
535535
capacity_type = var.nodegroup_capacity_type
536-
ami_type = var.nodegroup_ami_type
536+
#ami_type = var.nodegroup_ami_type
537537

538538
# Enclave options for Nitro Enclaves
539539
enclave_options = local.node_group_nitro_enclaves_enabled ? { enabled = true } : null

0 commit comments

Comments
 (0)