From 3028ca87db40394c43ffeed523a6e9fda9556a65 Mon Sep 17 00:00:00 2001 From: hezijie Date: Wed, 22 Feb 2023 09:42:01 +0800 Subject: [PATCH] upgrade default node pool type --- quickstart/201-aks-acr-identity/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/201-aks-acr-identity/variables.tf b/quickstart/201-aks-acr-identity/variables.tf index 5ab747b8..babfe277 100644 --- a/quickstart/201-aks-acr-identity/variables.tf +++ b/quickstart/201-aks-acr-identity/variables.tf @@ -30,7 +30,7 @@ variable "node_count" { variable "node_type" { type = string description = "The size of each node." - default = "Standard_D1_v2" + default = "Standard_D2s_v3" } variable "dns_prefix" {