Skip to content

Commit

Permalink
fix: add temp rotation name (#9)
Browse files Browse the repository at this point in the history
fix: add temp name for rotation
  • Loading branch information
jonmorehouse authored Apr 8, 2024
1 parent 30f3dca commit cace1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module "aks" {
role_based_access_control_enabled = true
sku_tier = "Standard"
vnet_subnet_id = data.azurerm_subnet.subnet.id
temporary_name_for_rotation = "${var.nuon_id}-temp"
attached_acr_id_map = {
"${azurerm_container_registry.acr.name}" = azurerm_container_registry.acr.id
}
Expand Down

0 comments on commit cace1a7

Please sign in to comment.