Commit e1273de5 authored by torgiren's avatar torgiren
Browse files

test

parent 77b21e93
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -84,7 +84,7 @@ resource "azurerm_linux_virtual_machine" "prometheus-{{ vnet.key }}_{{ instance.
resource_group_name = "{{ resource_group }}"
size = var.vm_size
network_interface_ids = prometheus_nic_{{ vnet.key }}_{{ instance.key }}.id
network_interface_ids = azurerm_network_interface.prometheus_nic_{{ vnet.key }}_{{ instance.key }}.id
computer_name = "{{ env }}-prometheus-vm-{{ vnet.key }}-{{ instance.key }}"
admin_username = "admin_user"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment