Skip to content

Commit ec36f3f

Browse files
committed
Update location in terraform.tfvars and change VM size in AKS module
1 parent 6cc5e5d commit ec36f3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/environments/qa/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource_group_name = "ecommerce-qa-rg"
2-
location = "East US"
2+
location = "East US 2"
33
cluster_name = "ecommerce-qa-aks"
44
key_vault_name = "ecommerce-qa-kv"
55
event_hub_namespace_name = "ecommerce-qa-eh"

terraform/modules/aks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "azurerm_kubernetes_cluster" "this" {
77
default_node_pool {
88
name = "default"
99
node_count = 2
10-
vm_size = "Standard_DS2_v2"
10+
vm_size = "Standard_D2_v3"
1111
}
1212

1313
identity {

0 commit comments

Comments
 (0)