increase create timeout
This commit is contained in:
parent
20f388a4ab
commit
af54768aa4
@ -55,4 +55,8 @@ resource "azurerm_kubernetes_cluster" "aks" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
edge_zone = var.aks_extended_zone
|
edge_zone = var.aks_extended_zone
|
||||||
|
|
||||||
|
timeouts {
|
||||||
|
create = "3h"
|
||||||
|
}
|
||||||
}
|
}
|
@ -6,7 +6,7 @@ variable "resource_group_name_prefix" {
|
|||||||
|
|
||||||
variable "resource_group_location" {
|
variable "resource_group_location" {
|
||||||
type = string
|
type = string
|
||||||
default = "West US 2"
|
default = "West US"
|
||||||
description = "Location of the resource group."
|
description = "Location of the resource group."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user