We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1b37d commit 9167001Copy full SHA for 9167001
examples/localdns_config/main.tf
@@ -53,19 +53,18 @@ module "aks" {
53
auto_scaling_enabled = true
54
client_id = var.client_id
55
client_secret = var.client_secret
56
- enable_auto_scaling = true
57
log_analytics_workspace_enabled = true
58
net_profile_dns_service_ip = "10.0.0.10"
59
net_profile_service_cidr = "10.0.0.0/16"
60
network_plugin = "azure"
61
orchestrator_version = "1.30"
62
os_disk_size_gb = 60
63
private_cluster_enabled = false
64
- rbac_aad = true
65
- rbac_aad_managed = true
66
role_based_access_control_enabled = true
67
sku_tier = "Standard"
68
- vnet_subnet_id = azurerm_subnet.test.id
+ vnet_subnet = {
+ id = azurerm_subnet.test.id
+ }
69
70
# LocalDNS configuration example
71
localdns_config = {
0 commit comments