Skip to content

Support having only dns based endpoint: the equivalent of --no-enable-ip-access #2302

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

Closed
ecourreges-orange opened this issue Mar 4, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@ecourreges-orange
Copy link

TL;DR

I want the equivalent of gcloud container clusters update $cluster_name --no-enable-ip-access via terraform

In more details: I want to use DNS based endpoint and disable private and public IP control plane endpoint.
I don't think it's currently feasible because the documentation says that if I do enable_private_endpoint = false it will activate the public endpoint.
If already supported by a certain combination of settings, this needs to be documented, and perhaps have an example, as this recent DNS based endpoint is poised to become the best way for many people.

Thank you.

Terraform Resources

Detailed design

Additional information

No response

@ecourreges-orange ecourreges-orange added the enhancement New feature or request label Mar 4, 2025
@apeabody
Copy link
Collaborator

apeabody commented Mar 7, 2025

Hi @ecourreges-orange!

If I understand your request correctly, this is the same as #2216? If so, that is currently waiting on provider support: hashicorp/terraform-provider-google#20369

Thanks!

@ecourreges-orange
Copy link
Author

Hi @ecourreges-orange!

If I understand your request correctly, this is the same as #2216? If so, that is currently waiting on provider support: hashicorp/terraform-provider-google#20369

Thanks!

Indeed, sorry for the duplicate, thanks!

@apeabody
Copy link
Collaborator

Hi @ecourreges-orange!
If I understand your request correctly, this is the same as #2216? If so, that is currently waiting on provider support: hashicorp/terraform-provider-google#20369
Thanks!

Indeed, sorry for the duplicate, thanks!

No problem at all, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants