summaryrefslogtreecommitdiff
path: root/infrastructure/locals.tf
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/locals.tf')
-rw-r--r--infrastructure/locals.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/infrastructure/locals.tf b/infrastructure/locals.tf
index d4fd3bf..d051e43 100644
--- a/infrastructure/locals.tf
+++ b/infrastructure/locals.tf
@@ -1,5 +1,5 @@
locals {
- aws_region = "us-east-1"
- domain = "joeac.net"
+ domain = "joeac.net"
+ region = "lon"
}