diff --git a/templates/variables-common.tf b/templates/variables-common.tf index 1d0b0ca..07440c5 100644 --- a/templates/variables-common.tf +++ b/templates/variables-common.tf @@ -87,9 +87,9 @@ variable "manifests_template_vars" { } variable "cronitor_id" { - description = "Cronitor Monitor ID (6 chars key)." - type = string - default = "" + description = "Cronitor Monitor ID (6 chars key)." + type = string + default = "" } variable "opsgenie_integration_api_key" {