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,4 @@
provider "azurerm" {
version = "~>2.11"
features {}
}