github cloudposse/terraform-aws-eks-node-group 0.26.3
v0.26.3

latest releases: v3.1.0, v3, 3.0.1...
2 years ago

🚀 Enhancements

Allow enabled=false @nitrocode (#94)

what

  • Allow node group to be disabled

why

  • var.enabled should be respected by all resources

references

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.

Don't miss a new terraform-aws-eks-node-group release

NewReleases is sending notifications on new releases.