terraform-provider-yandex icon indicating copy to clipboard operation
terraform-provider-yandex copied to clipboard

Fix: kubernetes: observe and update field master.regional.location

Open ssch1337 opened this issue 1 year ago • 0 comments

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>
image

On the left is the output of the provider containing the error. On the right - with correction

ssch1337 avatar Oct 22 '23 19:10 ssch1337