MON-288 auto update

This commit is contained in:
Quentin Manfroi 2018-08-16 19:14:47 +02:00
parent 8d32e1af71
commit dd0f4fe25e
2 changed files with 5 additions and 5 deletions

View File

@ -94,8 +94,8 @@ The `//` is very important, it's a terraform specific syntax used to separate gi
- [common](https://bitbucket.org/morea/terraform.feature.datadog/src/master/common/)
- [alerting-message](https://bitbucket.org/morea/terraform.feature.datadog/src/master/common/alerting-message/)
- [filter-tags](https://bitbucket.org/morea/terraform.feature.datadog/src/master/common/filter-tags/)
- [databases](https://bitbucket.org/morea/terraform.feature.datadog/src/master/databases/)
- [mongodb](https://bitbucket.org/morea/terraform.feature.datadog/src/master/databases/mongodb/)
- [database](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/)
- [mongodb](https://bitbucket.org/morea/terraform.feature.datadog/src/master/database/mongodb/)
- [middleware](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/)
- [apache](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/apache/)
- [nginx](https://bitbucket.org/morea/terraform.feature.datadog/src/master/middleware/nginx/)

View File

@ -1,10 +1,10 @@
# DATABASES MONGODB DataDog monitors
# DATABASE MONGODB DataDog monitors
## How to use this module
```
module "datadog-monitors-databases-mongodb" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//databases/mongodb?ref={revision}"
module "datadog-monitors-database-mongodb" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//database/mongodb?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"