You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Warning: Argument is deprecated││ with module.stack_aks.module.aks.azurerm_kubernetes_cluster.aks,│ on .terraform/modules/stack_aks.aks/r-aks.tf line 28, in resource "azurerm_kubernetes_cluster" "aks":│ 28: vnet_integration_enabled = var.vnet_integration.enabled││ This property is not available in the stable API and will be removed in v4.0 of the Azure Provider. Please see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#aks-migration-to-stable-api for│ more details
That is due to the following features being deprecated:
api_server_access_profile.subnet_id is deprecated and removed in 4.0
api_server_access_profile. vnet_integration_enabled is deprecated and removed in 4.0
To be honest, I'm not quite sure what the following should be replaced with, if anything:
Community Note
Description
That is due to the following features being deprecated:
To be honest, I'm not quite sure what the following should be replaced with, if anything:
terraform-azurerm-aks-light/r-aks.tf
Lines 26 to 30 in 03dfee7
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
No response
References
azurerm_kubernetes_cluster
,azurerm_kubernetes_cluster_node_pool
- deprecate preview features hashicorp/terraform-provider-azurerm#26863The text was updated successfully, but these errors were encountered: