Skip to content

Commit

Permalink
Update aks.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored Oct 30, 2023
1 parent d64f752 commit 36b0bf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deployment/terraform/resources/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ resource "azurerm_kubernetes_cluster" "pc" {
node_count = var.aks_node_count
vnet_subnet_id = azurerm_subnet.node_subnet.id
orchestrator_version = var.k8s_version

# remove this after deploying
temporary_name_for_rotation = "tmpdefault"
}

identity {
Expand Down

0 comments on commit 36b0bf3

Please sign in to comment.