Merge branch 'MON-182_template_manifest' into 'master'

Resolve MON-182 "Template manifest"

Closes MON-182

See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!54
This commit is contained in:
Quentin Manfroi 2019-05-02 12:43:12 +02:00
commit ca62eaf7c2
13 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1 @@
caas-kubernetes

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -0,0 +1 @@
cloud-aws

View File

@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-functions" {
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
functions_max_scale_count = 2
}
```

View File

@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-mysql" {
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
total_connection_limit = "${var.total_connection_limit}"
}
```

View File

@ -0,0 +1 @@
cloud-gcp

View File

@ -0,0 +1 @@
cloud-gcp

View File

@ -0,0 +1 @@
cloud-gcp

View File

@ -9,7 +9,7 @@ module "datadog-monitors-system-generic" {
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"
memory_message = "${module.datadog-message-alerting.alerting-message-bh-only}"
memory_message = "${module.datadog-message-alerting-bh-only.alerting-message}"
}
```