-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make node_pool_labels, node_pool_tags, and node_pool_taints all optional #3
Comments
Could you elaborate a bit more? Because from the definition all of these variable seem to have default values (https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/variables.tf#L167-L170) and if i am not wrong, that should enough correct? |
This might be out of date, but the specific desire is:
|
@morgante @aaron-lane It could be move to done actually.
|
@evkuzin What if I have a custom node pool? Do I have to set the |
@morgante exactly you need to create object inside
|
So this has not been fixed. As stated in the original issue, the ask is that I don't have to specify |
Okay, I understand now. |
# This is the 1st commit message: Initial definition of a Safer Cluster module. # This is the commit message terraform-google-modules#2: Add a sample for using the safer-cluster module. # This is the commit message terraform-google-modules#3: Add a test kitchen instance # This is the commit message terraform-google-modules#4: Formatting TF files. # This is the commit message terraform-google-modules#5: Add a test for the safer-cluster module # This is the commit message terraform-google-modules#6: Additional fixes
I find myself having to do this with clusters whose
My understanding is that #269 will allow me to not specify the empty values, is that correct? |
…odules/master update
Desired flow:
The text was updated successfully, but these errors were encountered: