terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Resize VMs disk wthout it recreation
Do you have plans to modify the yandex_compute_instance resource so when boot_disk.initialize_params.size is changed the boot_disk would not be recreated? If we add yandex_compute_disk and use it in yandex_compute_instance resource boot_disk.disk_id - we have to stop and start VM manually when changing VMs disk size
Thank for posting this.
Did you try using allow_stopping_for_update flag for your yandex_compute_instance resource?
We are working on the issue. Once it is resolved you'll get notified. Thank you.
Just accidently destroyed VM after changing boot_disk size. (used EC2 for some time and forgot about this feature in yandex-cloud terraform provider)
up
up
up