We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598916e commit b8441f5Copy full SHA for b8441f5
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-${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