We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec6f01 commit e21d865Copy full SHA for e21d865
main.tf
@@ -1,5 +1,5 @@
1
resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
2
- name = "firezone-gateway-vmss-${var.resource_group_location}"
+ name = "firezone-gateway-vmss-${var.resource_group_name}"
3
location = var.resource_group_location
4
resource_group_name = var.resource_group_name
5
sku_name = var.instance_type
0 commit comments