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

Pleaser remove the deprecated private_cluster_enabled property from the azurerm_kubernetes_cluster resource #608

Open
1 task done
lukipro opened this issue Nov 21, 2024 · 1 comment

Comments

@lukipro
Copy link

lukipro commented Nov 21, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

private_cluster_enabled is deprecated and should be removed.

│ Warning: Deprecated attribute
│ 
│   on .terraform/modules/aks/main.tf line 548, in resource "azurerm_kubernetes_cluster" "main":
│  548:       public_network_access_enabled,
│ 
│ The attribute "public_network_access_enabled" is deprecated. Refer to the provider documentation for details.

Reference: hashicorp/terraform-provider-azurerm#22478

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

azurerm_kubernetes_cluster

Potential Terraform Configuration

References

No response

@lonegunmanb
Copy link
Member

@lukipro thanks for opening this issue to us! Removing an argument and variable block should be considered as breaking change and we'll only introduce such changes in our next major version upgrade.

@lonegunmanb lonegunmanb added this to the 10.0.0 milestone Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants