We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274f40e commit 8bb1318Copy full SHA for 8bb1318
infra/azure/main.tf
@@ -27,7 +27,7 @@ variable "node_vm_size" {
27
}
28
29
locals {
30
- rg_name = var.resource_group"
+ rg_name = var.resource_group
31
aks_name = "aks-memgraph-${var.environment}"
32
33
0 commit comments