Skip to content

Commit

Permalink
Fix US coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Jan 7, 2025
1 parent ba8ea9e commit 3ffcc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .modules/cloudflare/load_balancer_pool/dns.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
geolocation = {
"us-east-1" : {
"latitude" : 37.54129,
"longitude" : -77.43477
"latitude" : 37.5412,
"longitude" : -77.4347
},
"eu-central-1" : {
"latitude" : 50.1155,
Expand Down

0 comments on commit 3ffcc2d

Please sign in to comment.