increase create timeout
This commit is contained in:
@ -57,6 +57,6 @@ resource "azurerm_kubernetes_cluster" "aks" {
|
||||
edge_zone = var.aks_extended_zone
|
||||
|
||||
timeouts {
|
||||
create = "3h"
|
||||
create = "6h"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user