From d951219c7377397c4288c895ff9d47a0f686f005 Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Wed, 21 Feb 2018 15:28:20 +0100 Subject: [PATCH] MON-91 - Update monitor's name --- cloud/aws/vpn/monitors-vpn.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/vpn/monitors-vpn.tf b/cloud/aws/vpn/monitors-vpn.tf index cef0ef1..3a65f4d 100644 --- a/cloud/aws/vpn/monitors-vpn.tf +++ b/cloud/aws/vpn/monitors-vpn.tf @@ -7,7 +7,7 @@ data "template_file" "filter" { } resource "datadog_monitor" "VPN_status" { - name = "[${var.environment}] VPN Down {{ tunnelipaddress }}" + name = "[${var.environment}] VPN Down" message = "${var.message}" query = <