MON-66: Update testing module url

This commit is contained in:
Jérôme Respaut 2017-10-27 15:11:53 +02:00 committed by Kevin Pecquet
parent 1a826abe43
commit 27455866a7

View File

@ -1,5 +1,5 @@
module "datadog-monitors" { 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}" env = "${var.environment}"
region = "${var.region}" region = "${var.region}"
@ -12,4 +12,3 @@ module "datadog-monitors" {
dd_linux_basics = "${var.dd_linux_basics}" dd_linux_basics = "${var.dd_linux_basics}"
} }