1 parent 37fafab commit e8b3e1cCopy full SHA for e8b3e1c
1 file changed
terraform/modules/aks/main.tf
@@ -8,7 +8,7 @@ resource "azurerm_kubernetes_cluster" "this" {
8
name = "default"
9
node_count = 1
10
vm_size = "Standard_B2ms"
11
- temporary_name_for_rotation = "default-temp"
+ temporary_name_for_rotation = "tmp${substr(var.cluster_name, 0, 8)}"
12
}
13
14
identity {
0 commit comments