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

fix(variables)!: allow optional attributes for update_policy object #407

Closed eeaton closed 3 months ago

eeaton commented 3 months ago

Fix to address https://github.com/terraform-google-modules/terraform-google-vm/issues/406 . Several attributes that are optional in the Google provider are treated as required in this module which introduces errors.

I think this will also address https://github.com/terraform-google-modules/terraform-google-vm/issues/405

apeabody commented 3 months ago

/gcbrun

eeaton commented 3 months ago

Thanks for the feedback, I've made the requested changes.

apeabody commented 3 months ago

/gcbrun

apeabody commented 3 months ago

mark as ! due to minimum terraform bump