Hello,
Looking to implement detach-reattach-boot-disk gcp feature similar to compute_attached_disk that is already implemented.
https://cloud.google.com/compute/docs/disks/detach-reattach-boot-disk
https://www.terraform.io/docs/providers/google/r/compute_attached_disk.html
https://cloud.google.com/compute/docs/disks/detach-reattach-boot-disk
https://www.terraform.io/docs/providers/google/r/compute_attached_disk.html
So, looks like we simply need boot parameter exposed for google_compute_attached_disk - it's in API but not in the resource.
Most helpful comment
So, looks like we simply need
bootparameter exposed for google_compute_attached_disk - it's in API but not in the resource.