Releases: remche/terraform-openstack-rke
Releases · remche/terraform-openstack-rke
0.6.6
- fix travis auto-approve
- better sensitive value management
0.6.5
- makes all outputs sensitive
- use locals instead of
null_data_source
0.6.4
- avoid use of
null_data_source
for node module output
- trigger rke before destroying nodes when downscaling
- fix for tf 0.14
0.6.3
This minor release adds graceful instances termination
0.6.2
This release fix permission issue on generated kube_config
file.
0.6.1
- switch to terraform-provider-openstack/openstack to avoid warning
- fix output of loadbalancer when it is enabled by @aledegano
0.5.5
- module ouputs neutron nodes subnet
0.5.4
- add cluster_name for rke cluster
- fix typo in doc by @Linutux
- added ability to deploy node instances with attached boot volume by @hfrenzel
- add ignore_volume_az options