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 d922e7c commit aeb880dCopy full SHA for aeb880d
examples/complete/main.tf
@@ -196,7 +196,7 @@ module "eks_node_group" {
196
source = "cloudposse/eks-node-group/aws"
197
version = "3.2.0"
198
199
- enabled = !var.auto_mode_enabled
+ enabled = var.enabled && !var.auto_mode_enabled
200
201
# node group <= 3.2 requires a non-empty list of subnet_ids, even when disabled
202
subnet_ids = local.enabled ? module.subnets.public_subnet_ids : ["filler_string_for_enabled_is_false"]
0 commit comments