terraform-google-modules / terraform-google-vm

Provisions VMs in Google Cloud
https://registry.terraform.io/modules/terraform-google-modules/vm/google
Apache License 2.0
220 stars 368 forks source link

feat: add disk resource policies #412

Closed rauny-brandao closed 2 months ago

rauny-brandao commented 2 months ago

Adds resource_policies to disk to enable the use of automatic snapshot creations.

resource_policies: A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations.
Currently a max of 1 resource policy is supported.

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance_template

rauny-brandao commented 2 months ago

@apeabody can you please review this? thanks!

apeabody commented 2 months ago

/gcbrun

apeabody commented 2 months ago

verified resource_policies present in TPG v5.5