MON-224 Common monitors are now in the folder common

This commit is contained in:
Rafael Romero Carmona 2018-08-21 16:47:13 +02:00 committed by Quentin Manfroi
parent 68749afb86
commit 5f8f1ef23f
5 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ The `//` is very important, it's a terraform specific syntax used to separate gi
- [stream-analytics](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/azure/stream-analytics/)
- [gcp](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/gcp/)
- [cloud-sql](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/gcp/cloud-sql/)
- [instance](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/gcp/cloud-sql/instance/)
- [common](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/gcp/cloud-sql/common/)
- [mysql](https://bitbucket.org/morea/terraform.feature.datadog/src/master/cloud/gcp/cloud-sql/mysql/)
- [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/)

View File

@ -1,10 +1,10 @@
# CLOUD GCP CLOUD-SQL INSTANCE DataDog monitors
# CLOUD GCP CLOUD-SQL COMMON DataDog monitors
## How to use this module
```
module "datadog-monitors-cloud-gcp-cloud-sql-instance" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/gcp/cloud-sql/instance?ref={revision}"
module "datadog-monitors-cloud-gcp-cloud-sql-common" {
source = "git::ssh://git@bitbucket.org/morea/terraform.feature.datadog.git//cloud/gcp/cloud-sql/common?ref={revision}"
environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}"