Skip to content

Commit 9167001

Browse files
committed
fix
1 parent 0d1b37d commit 9167001

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/localdns_config/main.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,18 @@ module "aks" {
5353
auto_scaling_enabled = true
5454
client_id = var.client_id
5555
client_secret = var.client_secret
56-
enable_auto_scaling = true
5756
log_analytics_workspace_enabled = true
5857
net_profile_dns_service_ip = "10.0.0.10"
5958
net_profile_service_cidr = "10.0.0.0/16"
6059
network_plugin = "azure"
6160
orchestrator_version = "1.30"
6261
os_disk_size_gb = 60
6362
private_cluster_enabled = false
64-
rbac_aad = true
65-
rbac_aad_managed = true
6663
role_based_access_control_enabled = true
6764
sku_tier = "Standard"
68-
vnet_subnet_id = azurerm_subnet.test.id
65+
vnet_subnet = {
66+
id = azurerm_subnet.test.id
67+
}
6968

7069
# LocalDNS configuration example
7170
localdns_config = {

0 commit comments

Comments
 (0)