MON-66: Update testing module url

This commit is contained in:
Jérôme Respaut 2017-10-27 15:11:53 +02:00
parent 21fa0cd3c9
commit cbfb81a29a

View File

@ -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}"
}