Skip to content
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

Allow configuration of FQDN Network Policies on gke cluster #1728

Closed
TheKangaroo opened this issue Sep 6, 2023 · 0 comments · Fixed by #1729
Closed

Allow configuration of FQDN Network Policies on gke cluster #1728

TheKangaroo opened this issue Sep 6, 2023 · 0 comments · Fixed by #1729
Labels
enhancement New feature or request

Comments

@TheKangaroo
Copy link
Contributor

TL;DR

The latest google-beta provider added the enable_fqdn_network_policy flag to google_container_clusters, so this should also be possible in the gke module.

Terraform Resources

Provider docs (google-beta only): 
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_fqdn_network_policy

Detailed design

This can be handled in exactly the same way as `enable_l4_ilb_subsetting`. I'll be happy to try and provide a PR for this.

Additional information

No response

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

Successfully merging a pull request may close this issue.

1 participant