MON-392 add specific variables
This commit is contained in:
parent
349d93e0ba
commit
15a7947709
@ -8,6 +8,8 @@ module "datadog-monitors-cloud-aws-elasticsearch" {
|
||||
|
||||
environment = "${var.environment}"
|
||||
message = "${module.datadog-message-alerting.alerting-message}"
|
||||
|
||||
es_cluster_volume_size = 42
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
@ -8,6 +8,8 @@ module "datadog-monitors-system-generic" {
|
||||
|
||||
environment = "${var.environment}"
|
||||
message = "${module.datadog-message-alerting.alerting-message}"
|
||||
|
||||
free_memory_message = "${module.datadog-message-alerting.alerting-message-bh-only}"
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user