-
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!: allow dns endpoints only #2217
base: master
Are you sure you want to change the base?
fix!: allow dns endpoints only #2217
Conversation
/gcbrun |
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 for the contribution @TheKangaroo!
/gcbrun |
/gcbrun |
Hi @TheKangaroo - We could likely resolve this error with
|
@apeabody You are right that that's exactly what I am trying to achieve: a private endpoint cluster (with a DNS endpoint) and no
to enable the DNS endpoint. To be honest, I don't fully understand which combinations of variables are possible and supported by the modules and the API. The only things I can imagine are:
|
Thanks @TheKangaroo - I suspect this resulted in the IP Endpoints enabled? Unfortunately, I suspect we need hashicorp/terraform-provider-google#20369 to "cleanly" implement your goal. This is because currently setting More research here: #2216 (comment) |
Yes, this resulted in IP endpoints being enabled, but with my PR, without I read through your explanation in #2216, and I'll continue working on this PR when the provider supports disabling IPEndpointsConfig. |
fixes #2216