Skip to content

Commit

Permalink
Merge pull request #10 from SpareCores/gergely/fix-region-id
Browse files Browse the repository at this point in the history
fix region id (catched after enabling the region)
  • Loading branch information
daroczig authored Feb 29, 2024
2 parents 4400845 + 8233c53 commit 8da47b4
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 8da47b4

Please sign in to comment.