terraform-datadog-old-monitors/datadog-samples/modules-declaration.sample
2018-03-23 17:48:00 +01:00

7 lines
259 B
Plaintext

module "datadog-monitors-feature" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git/{monitors_feature_path}?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
}