Documentation
- improved all the examples to be ready to use
- added units where missing
- added example for adding a secondary NIC to an IP Failover
- updated provider version to the latest release in main registry page
- added details in README.md about testing locally
Enhancement
- add
allow_replace
to node pool resource, which allows the update of immutable node_pool fields will first
destroy and then re-create the resource. This field should be used with care, understanding the risks. - update sdk-go dependency to v6.0.2
- update sdk-go-dbaas-postgres dependency to v1.0.2
- update terraform-plugin-sdk to v2.12.0
- token and username+password does not conflict anymore, all three can be set, the token having priority
Features
- added
backup_location
property forionoscloud_pg_cluster
. For more details refer to the documentation
Fixes
- fixed image data-source bug when
name
not provided - data-source returned 0 results - when you try to change an immutable field, you get an error, but before that the tf state is changed.
Before applying a real change you need toapply
it back with an error again.
To fix, when you try to change immutable fields they will throw an error in the plan phase. - reintroduced in group resource the
user_id
argument, as deprecated, to provide a period of transition - check slice length to prevent crash
- fixed k8s_cluster data_source bug when searching by name
- fix lan deletion error, when trying to delete it immediately after the deletion of the DBaaS cluster that contained it