I'm using `subnet.id` in a AKS resource definition...
# python
l
I'm using
subnet.id
in a AKS resource definition and it does this:
Copy code
error: azure:containerservice/kubernetesCluster:KubernetesCluster resource 'aks' has a problem: Can not parse "agent_pool_profile.0.vnet_subnet_id" as a resource id: Cannot parse Azure ID: parse : empty url
if I comment out AKS and provision network and remove comments and rerun it works