We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bb67a commit 9c1f47fCopy full SHA for 9c1f47f
modules/mpc-party/main.tf
@@ -533,7 +533,7 @@ module "eks_managed_node_group" {
533
# Instance Configuration (only when not using launch template)
534
instance_types = var.nodegroup_instance_types
535
capacity_type = var.nodegroup_capacity_type
536
- ami_type = var.nodegroup_ami_type
+ #ami_type = var.nodegroup_ami_type
537
538
# Enclave options for Nitro Enclaves
539
enclave_options = local.node_group_nitro_enclaves_enabled ? { enabled = true } : null
0 commit comments