We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc5e5d commit ec36f3fCopy full SHA for ec36f3f
2 files changed
terraform/environments/qa/terraform.tfvars
@@ -1,5 +1,5 @@
1
resource_group_name = "ecommerce-qa-rg"
2
-location = "East US"
+location = "East US 2"
3
cluster_name = "ecommerce-qa-aks"
4
key_vault_name = "ecommerce-qa-kv"
5
event_hub_namespace_name = "ecommerce-qa-eh"
terraform/modules/aks/main.tf
@@ -7,7 +7,7 @@ resource "azurerm_kubernetes_cluster" "this" {
7
default_node_pool {
8
name = "default"
9
node_count = 2
10
- vm_size = "Standard_DS2_v2"
+ vm_size = "Standard_D2_v3"
11
}
12
13
identity {
0 commit comments