diff --git a/main.tf b/main.tf index 89281085e6d01641e18af3c1ac276f244e92ec48..320abad2ea7b023fd0aab9a77a052d24a628a705 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 }