diff --git a/README.md b/README.md index e2e947a..9c91a51 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/database/mongodb/README.md b/database/mongodb/README.md index 0293710..5ec2783 100644 --- a/database/mongodb/README.md +++ b/database/mongodb/README.md @@ -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}"