7 lines
259 B
Plaintext
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}"
|
|
}
|