Terraform-provider-google: Add support for detaching and reattaching boot disks instances for google_compute_instance

Created on 11 Oct 2019  路  1Comment  路  Source: hashicorp/terraform-provider-google


Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

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

New or Affected Resource(s)

  • google_compute_instance
    boot_disk
    attached_disk
    detached_disk

References

https://cloud.google.com/compute/docs/disks/detach-reattach-boot-disk
https://www.terraform.io/docs/providers/google/r/compute_attached_disk.html

  • #0000
enhancement sizS

Most helpful comment

So, looks like we simply need boot parameter exposed for google_compute_attached_disk - it's in API but not in the resource.

>All comments

So, looks like we simply need boot parameter exposed for google_compute_attached_disk - it's in API but not in the resource.

Was this page helpful?
0 / 5 - 0 ratings