From ec9affd0f8d9273bce11c6e3658f0236851611b8 Mon Sep 17 00:00:00 2001 From: Mateus Caruccio Date: Thu, 2 May 2024 15:33:50 +0100 Subject: [PATCH] fmt --- templates/variables-common.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" {