diff --git a/README.md b/README.md index fb5e81c..b57dde1 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -# terraform-datadog-kafka \ No newline at end of file + +[//]: # (This file is generated. Do not edit) + +# kafka + +TOC: + + * [kafka](#kafka) + * [Module Variables](#module-variables) + + + + + +## Module Variables + +| variable | default | required | description | +|----------------------|----------|----------|--------------| +| env | | Yes | | +| alert_env | | Yes | | +| service | Kafka | No | | +| notification_channel | | Yes | | +| additional_tags | [] | No | | +| filter_str | | Yes | | +| is_hosted_service | False | No | | + + diff --git a/bytesin-high-variables.tf b/bytesin-high-variables.tf new file mode 100644 index 0000000..e1b07a3 --- /dev/null +++ b/bytesin-high-variables.tf @@ -0,0 +1,57 @@ +variable "bytesin_high_enabled" { + type = bool + default = true +} + +variable "bytesin_high_warning" { + type = number + default = 2500000 +} + +variable "bytesin_high_critical" { + type = number + default = 5000000 +} + +variable "bytesin_high_evaluation_period" { + type = string + default = "last_30m" +} + +variable "bytesin_high_severity" { + type = string + default = "minor" +} + +variable "bytesin_high_note" { + type = string + default = "" +} + +variable "bytesin_high_docs" { + type = string + default = <