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
|
||||
|
||||
timeouts {
|
||||
create = "3h"
|
||||
}
|
||||
}
|
@ -6,7 +6,7 @@ variable "resource_group_name_prefix" {
|
||||
|
||||
variable "resource_group_location" {
|
||||
type = string
|
||||
default = "West US 2"
|
||||
default = "West US"
|
||||
description = "Location of the resource group."
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user