-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add node groups (sole-tenant nodes) #1697
Add node groups (sole-tenant nodes) #1697
Conversation
5abdf37
to
842ba5b
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in Ansible. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
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.
Just curious, is 0
a valid value?
The docs are misleading but I tried it with zero using both TF and the REST API and it was fine. Would you like me to set the size to 0 in the tests? |
842ba5b
to
2a22d70
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
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.
Just curious if it's behaviour we'd tried out! I've been surprised how APIs handled 0
values in the past, Bigtable did something particularly silly if I remember right.
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
9c5225f
to
b19f004
Compare
Part 2 of hashicorp/terraform-provider-google#2700
EDIT: This also changes GetOK to GetOkExists in our url replacement function. Previous behavior was returning an empty string if the property had its zero value - for strings, this is the same (i.e. "") but this replaces zero int values with "" instead of "0". We weren't hitting this behavior before because most url params are strings or positive integers (ids, priority).
Todo:
[all]
[terraform]
Add node groups (sole-tenant nodes)
[terraform-beta]
Add node groups (sole-tenant nodes)
[ansible]
[inspec]