Skip to content

Commit

Permalink
disable rbac_aad
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent ddffa98 commit 7b03e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/clouds/azure/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module "aks" {
prefix = var.cluster_name
os_disk_size_gb = 60
sku_tier = "Standard"
rbac_aad = false
vnet_subnet_id = azurerm_subnet.network.id
node_pools = {for name, pool in var.node_pools : name => merge({name = name}, pool)}

Expand Down

0 comments on commit 7b03e69

Please sign in to comment.