MON-559 terraform fmt examples and add hcl syntax
This commit is contained in:
parent
1ba9240672
commit
9ce4ad3a77
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-docker" {
|
module "datadog-monitors-caas-docker" {
|
||||||
source = "claranet/monitors/datadog//caas/docker"
|
source = "claranet/monitors/datadog//caas/docker"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-ark" {
|
module "datadog-monitors-caas-kubernetes-ark" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/ark"
|
source = "claranet/monitors/datadog//caas/kubernetes/ark"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-cluster" {
|
module "datadog-monitors-caas-kubernetes-cluster" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/cluster"
|
source = "claranet/monitors/datadog//caas/kubernetes/cluster"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-ingress-vts" {
|
module "datadog-monitors-caas-kubernetes-ingress-vts" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/ingress/vts"
|
source = "claranet/monitors/datadog//caas/kubernetes/ingress/vts"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-node" {
|
module "datadog-monitors-caas-kubernetes-node" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/node"
|
source = "claranet/monitors/datadog//caas/kubernetes/node"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-pod" {
|
module "datadog-monitors-caas-kubernetes-pod" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/pod"
|
source = "claranet/monitors/datadog//caas/kubernetes/pod"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-velero" {
|
module "datadog-monitors-caas-kubernetes-velero" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/velero"
|
source = "claranet/monitors/datadog//caas/kubernetes/velero"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-caas-kubernetes-workload" {
|
module "datadog-monitors-caas-kubernetes-workload" {
|
||||||
source = "claranet/monitors/datadog//caas/kubernetes/workload"
|
source = "claranet/monitors/datadog//caas/kubernetes/workload"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-alb" {
|
module "datadog-monitors-cloud-aws-alb" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/alb"
|
source = "claranet/monitors/datadog//cloud/aws/alb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-apigateway" {
|
module "datadog-monitors-cloud-aws-apigateway" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/apigateway"
|
source = "claranet/monitors/datadog//cloud/aws/apigateway"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-beanstalk" {
|
module "datadog-monitors-cloud-aws-beanstalk" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/beanstalk"
|
source = "claranet/monitors/datadog//cloud/aws/beanstalk"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-ecs-common" {
|
module "datadog-monitors-cloud-aws-ecs-common" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/ecs/common"
|
source = "claranet/monitors/datadog//cloud/aws/ecs/common"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-ecs-ec2-cluster" {
|
module "datadog-monitors-cloud-aws-ecs-ec2-cluster" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/ecs/ec2-cluster"
|
source = "claranet/monitors/datadog//cloud/aws/ecs/ec2-cluster"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-elasticache-common" {
|
module "datadog-monitors-cloud-aws-elasticache-common" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/elasticache/common"
|
source = "claranet/monitors/datadog//cloud/aws/elasticache/common"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-elasticache-memcached" {
|
module "datadog-monitors-cloud-aws-elasticache-memcached" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/elasticache/memcached"
|
source = "claranet/monitors/datadog//cloud/aws/elasticache/memcached"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-elasticache-redis" {
|
module "datadog-monitors-cloud-aws-elasticache-redis" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/elasticache/redis"
|
source = "claranet/monitors/datadog//cloud/aws/elasticache/redis"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-elasticsearch" {
|
module "datadog-monitors-cloud-aws-elasticsearch" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/elasticsearch"
|
source = "claranet/monitors/datadog//cloud/aws/elasticsearch"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-elb" {
|
module "datadog-monitors-cloud-aws-elb" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/elb"
|
source = "claranet/monitors/datadog//cloud/aws/elb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-kinesis-firehose" {
|
module "datadog-monitors-cloud-aws-kinesis-firehose" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/kinesis-firehose"
|
source = "claranet/monitors/datadog//cloud/aws/kinesis-firehose"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-lambda" {
|
module "datadog-monitors-cloud-aws-lambda" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/lambda"
|
source = "claranet/monitors/datadog//cloud/aws/lambda"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-nlb" {
|
module "datadog-monitors-cloud-aws-nlb" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/nlb"
|
source = "claranet/monitors/datadog//cloud/aws/nlb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-rds-aurora-mysql" {
|
module "datadog-monitors-cloud-aws-rds-aurora-mysql" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/rds/aurora/mysql"
|
source = "claranet/monitors/datadog//cloud/aws/rds/aurora/mysql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-rds-aurora-postgresql" {
|
module "datadog-monitors-cloud-aws-rds-aurora-postgresql" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/rds/aurora/postgresql"
|
source = "claranet/monitors/datadog//cloud/aws/rds/aurora/postgresql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-rds-common" {
|
module "datadog-monitors-cloud-aws-rds-common" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/rds/common"
|
source = "claranet/monitors/datadog//cloud/aws/rds/common"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-sqs" {
|
module "datadog-monitors-cloud-aws-sqs" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/sqs"
|
source = "claranet/monitors/datadog//cloud/aws/sqs"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-aws-vpn" {
|
module "datadog-monitors-cloud-aws-vpn" {
|
||||||
source = "claranet/monitors/datadog//cloud/aws/vpn"
|
source = "claranet/monitors/datadog//cloud/aws/vpn"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-apimanagement" {
|
module "datadog-monitors-cloud-azure-apimanagement" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/apimanagement"
|
source = "claranet/monitors/datadog//cloud/azure/apimanagement"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-app-gateway" {
|
module "datadog-monitors-cloud-azure-app-gateway" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/app-gateway"
|
source = "claranet/monitors/datadog//cloud/azure/app-gateway"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-app-services" {
|
module "datadog-monitors-cloud-azure-app-services" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/app-services"
|
source = "claranet/monitors/datadog//cloud/azure/app-services"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-azure-search" {
|
module "datadog-monitors-cloud-azure-azure-search" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/azure-search"
|
source = "claranet/monitors/datadog//cloud/azure/azure-search"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-cosmosdb" {
|
module "datadog-monitors-cloud-azure-cosmosdb" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/cosmosdb"
|
source = "claranet/monitors/datadog//cloud/azure/cosmosdb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-datalakestore" {
|
module "datadog-monitors-cloud-azure-datalakestore" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/datalakestore"
|
source = "claranet/monitors/datadog//cloud/azure/datalakestore"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-eventgrid" {
|
module "datadog-monitors-cloud-azure-eventgrid" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/eventgrid"
|
source = "claranet/monitors/datadog//cloud/azure/eventgrid"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-eventhub" {
|
module "datadog-monitors-cloud-azure-eventhub" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/eventhub"
|
source = "claranet/monitors/datadog//cloud/azure/eventhub"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-functions" {
|
module "datadog-monitors-cloud-azure-functions" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/functions"
|
source = "claranet/monitors/datadog//cloud/azure/functions"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-iothubs" {
|
module "datadog-monitors-cloud-azure-iothubs" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/iothubs"
|
source = "claranet/monitors/datadog//cloud/azure/iothubs"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-keyvault" {
|
module "datadog-monitors-cloud-azure-keyvault" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/keyvault"
|
source = "claranet/monitors/datadog//cloud/azure/keyvault"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-load-balancer" {
|
module "datadog-monitors-cloud-azure-load-balancer" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/load-balancer"
|
source = "claranet/monitors/datadog//cloud/azure/load-balancer"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-mysql" {
|
module "datadog-monitors-cloud-azure-mysql" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/mysql"
|
source = "claranet/monitors/datadog//cloud/azure/mysql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-postgresql" {
|
module "datadog-monitors-cloud-azure-postgresql" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/postgresql"
|
source = "claranet/monitors/datadog//cloud/azure/postgresql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-redis" {
|
module "datadog-monitors-cloud-azure-redis" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/redis"
|
source = "claranet/monitors/datadog//cloud/azure/redis"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-serverfarms" {
|
module "datadog-monitors-cloud-azure-serverfarms" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/serverfarms"
|
source = "claranet/monitors/datadog//cloud/azure/serverfarms"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-servicebus" {
|
module "datadog-monitors-cloud-azure-servicebus" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/servicebus"
|
source = "claranet/monitors/datadog//cloud/azure/servicebus"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-sql-database" {
|
module "datadog-monitors-cloud-azure-sql-database" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/sql-database"
|
source = "claranet/monitors/datadog//cloud/azure/sql-database"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-sql-elasticpool" {
|
module "datadog-monitors-cloud-azure-sql-elasticpool" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/sql-elasticpool"
|
source = "claranet/monitors/datadog//cloud/azure/sql-elasticpool"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-storage" {
|
module "datadog-monitors-cloud-azure-storage" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/storage"
|
source = "claranet/monitors/datadog//cloud/azure/storage"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-stream-analytics" {
|
module "datadog-monitors-cloud-azure-stream-analytics" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/stream-analytics"
|
source = "claranet/monitors/datadog//cloud/azure/stream-analytics"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-azure-virtual-machine" {
|
module "datadog-monitors-cloud-azure-virtual-machine" {
|
||||||
source = "claranet/monitors/datadog//cloud/azure/virtual-machine"
|
source = "claranet/monitors/datadog//cloud/azure/virtual-machine"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-big-query" {
|
module "datadog-monitors-cloud-gcp-big-query" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/big-query"
|
source = "claranet/monitors/datadog//cloud/gcp/big-query"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-cloud-sql-common" {
|
module "datadog-monitors-cloud-gcp-cloud-sql-common" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/cloud-sql/common"
|
source = "claranet/monitors/datadog//cloud/gcp/cloud-sql/common"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-cloud-sql-mysql" {
|
module "datadog-monitors-cloud-gcp-cloud-sql-mysql" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/cloud-sql/mysql"
|
source = "claranet/monitors/datadog//cloud/gcp/cloud-sql/mysql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-gce-instance" {
|
module "datadog-monitors-cloud-gcp-gce-instance" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/gce/instance"
|
source = "claranet/monitors/datadog//cloud/gcp/gce/instance"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-lb" {
|
module "datadog-monitors-cloud-gcp-lb" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/lb"
|
source = "claranet/monitors/datadog//cloud/gcp/lb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-pubsub-subscription" {
|
module "datadog-monitors-cloud-gcp-pubsub-subscription" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/pubsub/subscription"
|
source = "claranet/monitors/datadog//cloud/gcp/pubsub/subscription"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-cloud-gcp-pubsub-topic" {
|
module "datadog-monitors-cloud-gcp-pubsub-topic" {
|
||||||
source = "claranet/monitors/datadog//cloud/gcp/pubsub/topic"
|
source = "claranet/monitors/datadog//cloud/gcp/pubsub/topic"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-database-elasticsearch" {
|
module "datadog-monitors-database-elasticsearch" {
|
||||||
source = "claranet/monitors/datadog//database/elasticsearch"
|
source = "claranet/monitors/datadog//database/elasticsearch"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-database-mongodb" {
|
module "datadog-monitors-database-mongodb" {
|
||||||
source = "claranet/monitors/datadog//database/mongodb"
|
source = "claranet/monitors/datadog//database/mongodb"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-database-mysql" {
|
module "datadog-monitors-database-mysql" {
|
||||||
source = "claranet/monitors/datadog//database/mysql"
|
source = "claranet/monitors/datadog//database/mysql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-database-postgresql" {
|
module "datadog-monitors-database-postgresql" {
|
||||||
source = "claranet/monitors/datadog//database/postgresql"
|
source = "claranet/monitors/datadog//database/postgresql"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-database-redis" {
|
module "datadog-monitors-database-redis" {
|
||||||
source = "claranet/monitors/datadog//database/redis"
|
source = "claranet/monitors/datadog//database/redis"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-middleware-apache" {
|
module "datadog-monitors-middleware-apache" {
|
||||||
source = "claranet/monitors/datadog//middleware/apache"
|
source = "claranet/monitors/datadog//middleware/apache"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-middleware-kong" {
|
module "datadog-monitors-middleware-kong" {
|
||||||
source = "claranet/monitors/datadog//middleware/kong"
|
source = "claranet/monitors/datadog//middleware/kong"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-middleware-nginx" {
|
module "datadog-monitors-middleware-nginx" {
|
||||||
source = "claranet/monitors/datadog//middleware/nginx"
|
source = "claranet/monitors/datadog//middleware/nginx"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-middleware-php-fpm" {
|
module "datadog-monitors-middleware-php-fpm" {
|
||||||
source = "claranet/monitors/datadog//middleware/php-fpm"
|
source = "claranet/monitors/datadog//middleware/php-fpm"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-network-dns" {
|
module "datadog-monitors-network-dns" {
|
||||||
source = "claranet/monitors/datadog//network/dns"
|
source = "claranet/monitors/datadog//network/dns"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-network-http-ssl" {
|
module "datadog-monitors-network-http-ssl" {
|
||||||
source = "claranet/monitors/datadog//network/http/ssl"
|
source = "claranet/monitors/datadog//network/http/ssl"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-network-http-webcheck" {
|
module "datadog-monitors-network-http-webcheck" {
|
||||||
source = "claranet/monitors/datadog//network/http/webcheck"
|
source = "claranet/monitors/datadog//network/http/webcheck"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-network-tls" {
|
module "datadog-monitors-network-tls" {
|
||||||
source = "claranet/monitors/datadog//network/tls"
|
source = "claranet/monitors/datadog//network/tls"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-saas-new-relic" {
|
module "datadog-monitors-saas-new-relic" {
|
||||||
source = "claranet/monitors/datadog//saas/new-relic"
|
source = "claranet/monitors/datadog//saas/new-relic"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-system-generic" {
|
module "datadog-monitors-system-generic" {
|
||||||
source = "claranet/monitors/datadog//system/generic"
|
source = "claranet/monitors/datadog//system/generic"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## How to use this module
|
## How to use this module
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
module "datadog-monitors-system-unreachable" {
|
module "datadog-monitors-system-unreachable" {
|
||||||
source = "claranet/monitors/datadog//system/unreachable"
|
source = "claranet/monitors/datadog//system/unreachable"
|
||||||
version = "{revision}"
|
version = "{revision}"
|
||||||
|
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
message = module.datadog-message-alerting.alerting-message
|
message = module.datadog-message-alerting.alerting-message
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user