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

Support for setting public_network_access_enabled #310

Closed
1 task done
gaui opened this issue Feb 24, 2023 · 1 comment
Closed
1 task done

Support for setting public_network_access_enabled #310

gaui opened this issue Feb 24, 2023 · 1 comment
Milestone

Comments

@gaui
Copy link

gaui commented Feb 24, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Description

Currently it's not possible to set public_network_access_enabled as input into the AKS module. Therefor it uses the default value from the public_network_access_enabled resource itself. This makes it impossible to create a completely private cluster.

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster

Potential Terraform Configuration

module "aks" {
  source                            = "Azure/aks/azurerm"
  version                           = "x"
  ...
  public_network_access_enabled     = false

References

No response

@zioproto
Copy link
Collaborator

hello @gaui

thanks for raising this issue. Are you willing to propose a PR to expose public_network_access_enabled in the module ? I will be happy to review your PR.

thanks

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

No branches or pull requests

3 participants