Fixed
- upcloud_kubernetes_node_group: do not set default value for
storage_encryption
in the provider implementation. Instead, use value returned from the API when updating the node group state. This fixes data consistency error when creating node group without defining value forstorage_encryption
and does not try to replace node group when running apply after updating provider tov5.10.0
. - upcloud_network_peering: add errors to diagnostics correctly, if fetching peering details fails while waiting for peering state, instead of crashing due to a segfault.