From e2e42bc470dfad73a9236d14f6e185dea71f51ea Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 9 Sep 2021 11:59:57 +0300 Subject: [PATCH] Move to the London region. SMS sending fails ALL OF THE TIME. Try a different region that may work better with my israeli phone number. --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 8928108..320abad 100644 --- a/main.tf +++ b/main.tf @@ -23,7 +23,7 @@ output "module" { } variable "region" { - default = "us-east-1" + default = "eu-west-2" description = "AWS region." type = string } -- GitLab