-
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
fix: apply all valid configurations for cluster_dns_provider #1805
base: master
Are you sure you want to change the base?
fix: apply all valid configurations for cluster_dns_provider #1805
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
b518a18
to
c873b75
Compare
Fixes #1833 |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Tested in our lab environment and works like a charm |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Any plan to implement this fix? It's an annoying bug, we have been forking versions of the module implementing this during months and works correctly! @ericyz |
Hi @54nd20 - Can you please ensure all the commits are covered by CLA so we can review? Thanks! |
@apeabody Thanks for the hint. All commits should be covered by the CLA now. |
/gcbrun |
Hi @54nd20 - Appears we are seeing some drift during verify due to the change?
|
Hi @apeabody That change is expected. This is just the default configuration now being added to the state. This is necessary because before you couldn't go back to the default if the configuration was changed outside of terraform. |
/gcbrun |
This pull request fixes issue #1783 where
cloud_dns_provider
only gets applied when it is set toCLOUD_DNS
.