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