MON-182 remove useless variables
This commit is contained in:
parent
c6efa39037
commit
f4ca1c4651
@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-functions" {
|
|||||||
|
|
||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
functions_max_scale_count = 2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-mysql" {
|
|||||||
|
|
||||||
environment = "${var.environment}"
|
environment = "${var.environment}"
|
||||||
message = "${module.datadog-message-alerting.alerting-message}"
|
message = "${module.datadog-message-alerting.alerting-message}"
|
||||||
|
|
||||||
total_connection_limit = "${var.total_connection_limit}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user