Commit c5340c43 authored by nimrod's avatar nimrod
Browse files

AWS: Move to the Tel Aviv region.

I hope that the SMS notifications will work and I can deprecate
MessageBird and save a few Shekels.
parent 4f5a94ac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ output "module" {
}

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