Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8300259

Browse files
committed
Add AWS region eu-north-1
Signed-off-by: Albin Gustavsson <git@gustavsson.online>
1 parent 821e8c7 commit 8300259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎drivers/amazonec2/region.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var regionDetails map[string]*region = map[string]*region{
1919
"ca-central-1": {"ami-8d9e19e9"},
2020
"cn-north-1": {"ami-cc4499a1"}, // Note: this is 20180126
2121
"cn-northwest-1": {"ami-fd0e1a9f"}, // Note: this is 20180126
22+
"eu-north-1": {"ami-017ff17f"},
2223
"eu-central-1": {"ami-bc4925d3"},
2324
"eu-west-1": {"ami-0b541372"},
2425
"eu-west-2": {"ami-ff46a298"},

0 commit comments

Comments
 (0)