terraform-openstack-rke icon indicating copy to clipboard operation
terraform-openstack-rke copied to clipboard

Worker nodes array

Open remche opened this issue 4 years ago • 3 comments

Make worker nodes an array to enable different worker type. Wait for hashicorp/terraform#17519

remche avatar Apr 30 '20 13:04 remche

The issue https://github.com/hashicorp/terraform/issues/17519 is closed. Terraform 0.13.0 now supports for_each.

Linutux avatar Sep 27 '20 00:09 Linutux

Yep, but for now I'm a bit reluctant to work on this :

  1. I don't need the feature, playing with worker and edge is enough for my usage.
  2. It will break the compatibility with older version of module.
  3. It will add complexity to the configuration.

If this feature request becomes popular I will of course work on it ;) @Linutux do you need it ?

remche avatar Sep 28 '20 10:09 remche

If this feature request becomes popular I will of course work on it ;) @Linutux do you need it ?

Currently not.

Linutux avatar Oct 09 '20 14:10 Linutux