From 1170ce276f0bb15747b2753488d72ab64087bc42 Mon Sep 17 00:00:00 2001 From: Kevin Pecquet Date: Wed, 5 Jul 2017 11:24:58 +0200 Subject: [PATCH] optimize modules example with real case --- datadog-samples/modules-declaration.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datadog-samples/modules-declaration.sample b/datadog-samples/modules-declaration.sample index ff4f286..b0ffba0 100644 --- a/datadog-samples/modules-declaration.sample +++ b/datadog-samples/modules-declaration.sample @@ -1,16 +1,16 @@ module "datadog-monitors" { - source = "../monitors" + source = "git:ssh://git@bitbucket.org/morea/terraform.datadog.monitors.git" ho_escalation_group = "${var.ho_escalation_group}" hno_escalation_group = "${var.hno_escalation_group}" #default monitors templates integrations examples linux_basics = "${var.linux_basics}" - #nginx = "false" - #aws_rds_mysql = "false" + #nginx = "disabled" + #aws_rds_mysql = "disabled" #custom monitors template integrations examples - #cpu_custom = "true" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert) + #cpu_custom = "enabled" #Will match the tag dd_cpu_high (NB: it will replace the basic cpu alert) #cpu_custom_period = "60" #cpu_custom_warning_threshold = "90" #cpu_custom_warning_escalation_msg = ${var.ho_escalation_group}