MON-79 remove useless client_name variable
This commit is contained in:
parent
9470ad3166
commit
4e0be10d97
@ -11,7 +11,6 @@ module "datadog-monitors-azure-storage" {
|
||||
message = "${module.datadog-message-alerting.alerting-message}"
|
||||
|
||||
environment = "${var.environment}"
|
||||
client_name = "${var.client_name}"
|
||||
}
|
||||
```
|
||||
|
||||
@ -34,7 +33,6 @@ Inputs
|
||||
|
||||
| Name | Description | Type | Default | Required |
|
||||
|------|-------------|:----:|:-----:|:-----:|
|
||||
| client_name | Client name | string | - | yes |
|
||||
| delay | Delay in seconds for the metric evaluation | string | `600` | no |
|
||||
| environment | Architecture environment | string | - | yes |
|
||||
| message | Message sent when a monitor is triggered | string | - | yes |
|
||||
|
||||
@ -1,8 +1,4 @@
|
||||
# Global Terraform
|
||||
variable "client_name" {
|
||||
type = "string"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
description = "Architecture environment"
|
||||
type = "string"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user