From cbfb81a29af1d7c0395a17d31ce506379577b752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Fri, 27 Oct 2017 15:11:53 +0200 Subject: [PATCH] MON-66: Update testing module url --- testing/modules.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/modules.tf b/testing/modules.tf index 5574a18..258d85b 100644 --- a/testing/modules.tf +++ b/testing/modules.tf @@ -1,5 +1,5 @@ module "datadog-monitors" { - source = "git::ssh://git@bitbucket.org/morea/terraform.datadog.monitors.git" + source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git" env = "${var.environment}" region = "${var.region}" @@ -12,4 +12,3 @@ module "datadog-monitors" { dd_linux_basics = "${var.dd_linux_basics}" } -