diff --git a/fly-region/main.tf b/fly-region/main.tf index d778586..6df6299 100644 --- a/fly-region/main.tf +++ b/fly-region/main.tf @@ -22,7 +22,7 @@ variable "description" { } variable "default" { - default = "us-east-1" + default = "ams" description = "The default region to use if no region is specified." type = string }