-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix!: allow dns endpoints only #2217
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
Conversation
|
/gcbrun |
apeabody
left a comment
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. |
Hi @TheKangaroo - This may now be possible with https://github.com/hashicorp/terraform-provider-google/releases/tag/v6.27.0 adding |
|
Hi @TheKangaroo - Just checking if you are still working on this PR. Thanks! |
|
Hi @apeabody, I'm a bit confused about the current state of this module's inputs regarding DNS endpoints, authorised networks, IP endpoints, etc. |
Thanks @TheKangaroo! - You are correct this thread pre-dates #2380. I'll close this PR, and please open a new one if needed. |
fixes #2216