Add quickstart sample for private AKS cluster with custom DNS

This commit is contained in:
Pengfei Ni
2020-08-24 13:49:38 +08:00
parent cc6b61aa3a
commit 713cbfc0a7
7 changed files with 234 additions and 0 deletions

View File

@ -0,0 +1,7 @@
output "kube_config" {
value = "${azurerm_kubernetes_cluster.k8s.kube_config_raw}"
}
output "host" {
value = "${azurerm_kubernetes_cluster.k8s.kube_config.0.host}"
}