Skip to content

Commit

Permalink
re-add preview registration
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly authored Dec 19, 2024
1 parent 4fb74b2 commit 33d73ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/aks/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,9 @@ resource "azurerm_role_assignment" "dev_to_stg" {
principal_id = module.kubernetes[each.key].kubelet_object_id
scope = data.azurerm_resource_group.mi_stg_rg[0].id
}

resource "null_resource" "register_automatic_sku_preview" {
triggers = {
cluster_creation = "${var.cluster_automatic ? 1 : 0}"
}
}

0 comments on commit 33d73ba

Please sign in to comment.