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 344ac64 commit 45aad65Copy full SHA for 45aad65
main.tf
@@ -1,5 +1,5 @@
1
resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
2
- name = "firezone-vmss"
+ name = "firezone-gateway-vmss-${var.resource_group_location}"
3
location = var.resource_group_location
4
resource_group_name = var.resource_group_name
5
sku_name = var.instance_type
0 commit comments