Skip to content

Commit

Permalink
fix build and remove depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Mar 26, 2024
1 parent 032ea97 commit c749f56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ resource "azurerm_kubernetes_cluster_node_pool" "this" {
tags = var.tags
vnet_subnet_id = each.value.zone == "" ? tostring(each.value.vnet_subnet_id) : each.value.vnet_subnet_id[var.subnets[(tonumber(each.value.zone) - 1)]]
zones = each.value.zone == "" ? null : [each.value.zone]

depends_on = [azapi_update_resource.aks_cluster_post_create]
}


Expand Down

0 comments on commit c749f56

Please sign in to comment.