While creating aks cluster by using terraform and using existing values like resource group, vnet, subnet, network security group, Deployment creating additional resource group, network security group, dns zone. Do you have any idea how to stop that or disable?
Creating new RG with name MC_RG_XXXXXXXX
Good things: Cluster getting created by using existing Vnet, subnet, cluster linked with existing RG but its creating network security Group and DNS Zones with new RG. Any idea?