Skip to content

Commit 8bb1318

Browse files
committed
Fixed terraform typo
1 parent 274f40e commit 8bb1318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "node_vm_size" {
2727
}
2828

2929
locals {
30-
rg_name = var.resource_group"
30+
rg_name = var.resource_group
3131
aks_name = "aks-memgraph-${var.environment}"
3232
}
3333

0 commit comments

Comments
 (0)