MON-79 remove useless client_name variable

This commit is contained in:
Quentin Manfroi 2017-11-03 17:51:17 +01:00
parent 9470ad3166
commit 4e0be10d97
2 changed files with 0 additions and 6 deletions

View File

@ -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 |

View File

@ -1,8 +1,4 @@
# Global Terraform
variable "client_name" {
type = "string"
}
variable "environment" {
description = "Architecture environment"
type = "string"