terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Fix: kubernetes: observe and update field master.regional.location
When importing a yandex_kubernetes_cluster
resource, there are no fields about the master subnet configuration. Therefore, if you change the resource manually, drift will occur.
terraform import yandex_kubernetes_cluster.cluster_resource_name <cluster_id>
On the left is the output of the provider containing the error. On the right - with correction