Skip to content

Commit

Permalink
fix region id (catched after enabling the region)
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 29, 2024
1 parent 31c5791 commit aa9aa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc_crawler/vendors/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def inventory_datacenters(vendor):
green_energy=False,
),
Datacenter(
id="me-central-2",
id="me-south-1",
name="Middle East (Bahrain)",
vendor=vendor,
country=countries["BH"],
Expand Down

0 comments on commit aa9aa2b

Please sign in to comment.