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 e21d865 commit 2ce26d0Copy full SHA for 2ce26d0
main.tf
@@ -1,5 +1,5 @@
1
resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
2
- name = "firezone-gateway-vmss-${var.resource_group_name}"
+ name = "firezone-gateway-vmss-${replace(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