Skip to content

Commit

Permalink
fix: rotation name (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmorehouse authored Apr 8, 2024
1 parent cace1a7 commit 5b69eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +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"
temporary_name_for_rotation = "${substr(var.nuon_id, 1, 7)}temp"
attached_acr_id_map = {
"${azurerm_container_registry.acr.name}" = azurerm_container_registry.acr.id
}
Expand Down

0 comments on commit 5b69eb4

Please sign in to comment.