Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 11, 2024
1 parent 1d4c2c3 commit 0441f39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/services/lib/somleng_region/region.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ class RegionNotFound < StandardError; end
identifier: "ap-southeast-1",
alias: "hydrogen",
group_id: 1,
human_name: "South East Asia (Singapore)"
human_name: "South East Asia (Singapore)",
nat_ip: "13.250.230.15"
),
new(
identifier: "us-east-1",
alias: "helium",
group_id: 2,
human_name: "North America (Virginia, US)"
human_name: "North America (N. Virginia, USA)",
nat_ip: "52.4.242.134"
)
]

Expand Down

0 comments on commit 0441f39

Please sign in to comment.