terraform-google-modules/terraform-google-vm

Allow specifying resource_policies in a disk created using instance template

pbpatel93 opened this issue · 1 comments

compute_instance_template resource allows attaching a list of resource policies for automatic snapshot creations:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance_template#disk

Screen Shot 2021-09-22 at 12 16 17 PM

dynamic disk block in https://github.com/terraform-google-modules/terraform-google-vm/blob/master/modules/instance_template/main.tf#L71-L82 does not allow passing in resource_policies. This should be allowed and kept optional.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days