increase create timeout

This commit is contained in:
github-actions[bot] 2024-10-30 08:46:23 +00:00
parent af54768aa4
commit c7cf719ed1

View File

@ -57,6 +57,6 @@ resource "azurerm_kubernetes_cluster" "aks" {
edge_zone = var.aks_extended_zone
timeouts {
create = "3h"
create = "6h"
}
}