MON-386 auto update
This commit is contained in:
parent
c72a4fe1bd
commit
f75d230044
@ -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/)
|
||||
- [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/)
|
||||
- [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/)
|
||||
- [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/)
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# CAAS KUBERNETES INGRESS DataDog monitors
|
||||
# CAAS KUBERNETES INGRESS VTS DataDog monitors
|
||||
|
||||
## How to use this module
|
||||
|
||||
```
|
||||
module "datadog-monitors-caas-kubernetes-ingress" {
|
||||
source = "git::ssh://git@git.fr.clara.net/claranet/cloudnative/projects/datadog/terraform/monitors.git//caas/kubernetes/ingress?ref={revision}"
|
||||
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/vts?ref={revision}"
|
||||
|
||||
environment = "${var.environment}"
|
||||
message = "${module.datadog-message-alerting.alerting-message}"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module "filter-tags" {
|
||||
source = "../../../common/filter-tags"
|
||||
source = "../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "ingress"
|
||||
@ -10,7 +10,7 @@ module "filter-tags" {
|
||||
}
|
||||
|
||||
module "filter-tags-5xx" {
|
||||
source = "../../../common/filter-tags"
|
||||
source = "../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "ingress"
|
||||
@ -21,7 +21,7 @@ module "filter-tags-5xx" {
|
||||
}
|
||||
|
||||
module "filter-tags-4xx" {
|
||||
source = "../../../common/filter-tags"
|
||||
source = "../../../../common/filter-tags"
|
||||
|
||||
environment = "${var.environment}"
|
||||
resource = "ingress"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user