From 9b02608e9146f8452eb669a05adeac436b20006c Mon Sep 17 00:00:00 2001 From: guyrenny <127672145+guyrenny@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:24:52 +0200 Subject: [PATCH] Update variables.tf --- modules/cloudwatch-logs/variables.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cloudwatch-logs/variables.tf b/modules/cloudwatch-logs/variables.tf index dc7ae0c5..c0aedf34 100644 --- a/modules/cloudwatch-logs/variables.tf +++ b/modules/cloudwatch-logs/variables.tf @@ -1,3 +1,5 @@ + +new var variable "coralogix_region" { description = "The Coralogix location region, possible options are [Europe, Europe2, India, Singapore, US, US2, Custom]" type = string