-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(variables)!: allow optional attributes for update_policy object #407
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @eeaton!
optional
was added as experimental in terraform v0.14 and GA in v1.3. Can you please bump https://github.com/terraform-google-modules/terraform-google-vm/blob/master/autogen/versions.tf.tmpl#L18
Also we should prefix this PR as fix
to trigger release-please and include in the release notes.
/gcbrun |
Thanks for the feedback, I've made the requested changes. |
/gcbrun |
mark as |
Fix to address #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 #405