Commit e2e42bc4 authored by nimrod's avatar nimrod
Browse files

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.
parent e0f21c84
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ output "module" {
}

variable "region" {
  default     = "us-east-1"
  default     = "eu-west-2"
  description = "AWS region."
  type        = string
}