Skip to content

Commit

Permalink
fix Interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
vMarkusK committed May 28, 2024
1 parent b258a85 commit c1557ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub-router-monitor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "azurerm_network_connection_monitor" "ubunturoutervm_monitor_ubuntucom"
test_group {
name = "ubunturoutervm"
destination_endpoints = ["archive.ubuntu.com"]
source_endpoints = ["${var.hub_router_hostname}"]
source_endpoints = [var.hub_router_hostname]
test_configuration_names = ["tcp_80"]
}

Expand Down

0 comments on commit c1557ea

Please sign in to comment.