You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating node pools with modules/workers, and managing cloudinit with "cloud_init" input variable, any further changes applied to cloudinit should be automatically applied to node pool and newly created nodes should inherit from the latest cloudinit changes.
Actual Behavior
Newly created nodes after applying changes on cloudinit do not inherit from those changes.
Steps to Reproduce
setup node pool with cloudinit configured
create node on that pool
change cloudinit and apply changes
drop the old node and create new one
=> the new node would not get latest cloudinit changes.
Community Note
Terraform Version and Provider Version
Terraform v1.6.6
on darwin_arm64
Affected Resource(s)
modules/workers
Expected Behavior
When creating node pools with modules/workers, and managing cloudinit with "cloud_init" input variable, any further changes applied to cloudinit should be automatically applied to node pool and newly created nodes should inherit from the latest cloudinit changes.
Actual Behavior
Newly created nodes after applying changes on cloudinit do not inherit from those changes.
Steps to Reproduce
=> the new node would not get latest cloudinit changes.
References
#877
The text was updated successfully, but these errors were encountered: