Skip to content

v0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 01:55
a93cdea

🐛 Bug Fixes

More triggers for replacement, better handling of enabled=false @Nuru (#32)

what

  • Fix edge cases where certain inputs would cause errors when the module enabled = false
  • Make cluster name dependent on additional variables so that it changes whenever the node group needs to be replaced

why

  • Module should always work (and create no resources) when var.enabled = false as long as other variables are valid
  • Terraform will fail when create_before_destroy is set if it needs to replace the node group but the name does not change