From 900c312e909fdb5eac900969e3ccee37448d3e0a Mon Sep 17 00:00:00 2001 From: Kacper Zontek <59336383+Jlkan@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:59:15 +0200 Subject: [PATCH] Update templates/production/variables.tf --- templates/production/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/production/variables.tf b/templates/production/variables.tf index 4439f7d..a800154 100644 --- a/templates/production/variables.tf +++ b/templates/production/variables.tf @@ -1,5 +1,5 @@ variable "region" { type = string description = "Default AWS region" - default = "eu-central-1" + default = "todo" }