MON-386 auto update

This commit is contained in:
Quentin Manfroi 2019-01-22 13:48:43 +01:00
parent c72a4fe1bd
commit f75d230044
3 changed files with 7 additions and 6 deletions

View File

@ -77,6 +77,7 @@ The `//` is very important, it's a terraform specific syntax used to separate gi
- [kubernetes](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/) - [kubernetes](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/)
- [ark](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ark/) - [ark](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ark/)
- [ingress](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ingress/) - [ingress](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ingress/)
- [vts](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/caas/kubernetes/ingress/vts/)
- [cloud](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/) - [cloud](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/)
- [aws](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/aws/) - [aws](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/aws/)
- [alb](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/aws/alb/) - [alb](https://git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors/tree/master/cloud/aws/alb/)

View File

@ -1,10 +1,10 @@
# CAAS KUBERNETES INGRESS DataDog monitors # CAAS KUBERNETES INGRESS VTS DataDog monitors
## How to use this module ## How to use this module
``` ```
module "datadog-monitors-caas-kubernetes-ingress" { module "datadog-monitors-caas-kubernetes-ingress-vts" {
source = "git::ssh://git@git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors.git//caas/kubernetes/ingress?ref={revision}" source = "git::ssh://git@git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors.git//caas/kubernetes/ingress/vts?ref={revision}"
environment = "${var.environment}" environment = "${var.environment}"
message = "${module.datadog-message-alerting.alerting-message}" message = "${module.datadog-message-alerting.alerting-message}"

View File

@ -1,5 +1,5 @@
module "filter-tags" { module "filter-tags" {
source = "../../../common/filter-tags" source = "../../../../common/filter-tags"
environment = "${var.environment}" environment = "${var.environment}"
resource = "ingress" resource = "ingress"
@ -10,7 +10,7 @@ module "filter-tags" {
} }
module "filter-tags-5xx" { module "filter-tags-5xx" {
source = "../../../common/filter-tags" source = "../../../../common/filter-tags"
environment = "${var.environment}" environment = "${var.environment}"
resource = "ingress" resource = "ingress"
@ -21,7 +21,7 @@ module "filter-tags-5xx" {
} }
module "filter-tags-4xx" { module "filter-tags-4xx" {
source = "../../../common/filter-tags" source = "../../../../common/filter-tags"
environment = "${var.environment}" environment = "${var.environment}"
resource = "ingress" resource = "ingress"