Skip to content

Commit 5ad6257

Browse files
committed
Update SKU
1 parent 8bac634 commit 5ad6257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scenarios/AksOpenAiTerraform/terraform/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "solution_plan_map" {
3030

3131
variable "location" {
3232
description = "Specifies the location for the resource group and all the resources"
33-
default = "eastus"
33+
default = "westus2"
3434
type = string
3535
}
3636

@@ -149,13 +149,13 @@ variable "sku_tier" {
149149

150150
variable "kubernetes_version" {
151151
description = "Specifies the AKS Kubernetes version"
152-
default = "1.31.1"
152+
default = "1.29.10"
153153
type = string
154154
}
155155

156156
variable "system_node_pool_vm_size" {
157157
description = "Specifies the vm size of the system node pool"
158-
default = "Standard_F8s_v2"
158+
default = "Standard_D8ds_v5"
159159
type = string
160160
}
161161

@@ -222,7 +222,7 @@ variable "user_node_pool_name" {
222222
variable "user_node_pool_vm_size" {
223223
description = "(Required) The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created."
224224
type = string
225-
default = "Standard_F8s_v2"
225+
default = "Standard_D8ds_v5"
226226
}
227227

228228
variable "user_node_pool_availability_zones" {

0 commit comments

Comments
 (0)