-
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
Nodelocal dnscache #477
Nodelocal dnscache #477
Conversation
the error im getting locally is
|
Thanks for the contribution @jmymy In addition, may I propose enabling this in one of the existing tests and making sure that it passes? |
Signed-off-by: Jonathan Meyers <[email protected]>
LGTM |
The addition of even if set to disable (when the existing cluster has it disabled), is appearing as a destructive action now when bumping the module version on existing clusters. I'm wondering if we should wrap logic around that and only include the block only when set to true? need to do some more digging FYI @bharathkkb @morgante |
@jmymy Please check the discussion/solution here - #428 (comment) |
doh.. i literally pulled up that issue before commenting here. Sorry for the noise. |
…erraform-google-modules#477) * added support for node local dns cache * config block * updates to testing Signed-off-by: Jonathan Meyers <[email protected]> * generate docs again for example change
Added support for NodeLocal DNSCache addon that came in provider version 3.14.0
#428
https://github.com/terraform-providers/terraform-provider-google/releases/tag/v3.14.0