remche / terraform-openstack-rke

Terraform Openstack RKE
Mozilla Public License 2.0
37 stars 20 forks source link

Worker nodes array #50

Open remche opened 4 years ago

remche commented 4 years ago

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

Linutux commented 4 years ago

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

remche commented 4 years ago

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 ?

Linutux commented 4 years ago

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

Currently not.