🚀 Enhancements
Allow enabled=false @nitrocode (#94)
what
- Allow node group to be disabled
why
- var.enabled should be respected by all resources
references
- Closes #88
local test
⨠ cd examples/complete
⨠ terraform plan -var-file=fixtures.us-east-2.tfvars
Changes to Outputs:
+ eks_node_group_resources = []
+ private_subnet_cidrs = []
+ public_subnet_cidrs = []
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.