Skip to content

Commit aeb880d

Browse files
committed
update test
1 parent d922e7c commit aeb880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module "eks_node_group" {
196196
source = "cloudposse/eks-node-group/aws"
197197
version = "3.2.0"
198198

199-
enabled = !var.auto_mode_enabled
199+
enabled = var.enabled && !var.auto_mode_enabled
200200

201201
# node group <= 3.2 requires a non-empty list of subnet_ids, even when disabled
202202
subnet_ids = local.enabled ? module.subnets.public_subnet_ids : ["filler_string_for_enabled_is_false"]

0 commit comments

Comments
 (0)