Skip to content

Commit 6741f56

Browse files
committed
Power VS: Add eu-de-1, eu-de-2, sao04, and wdc07 as supported zones
1 parent 9c1a6b7 commit 6741f56

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pkg/types/powervs/powervs_regions.go

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,28 @@ var Regions = map[string]Region{
2626
Zones: []string{"dal10"},
2727
SysTypes: []string{"s922", "e980"},
2828
},
29+
"eu-de": {
30+
Description: "Frankfurt, Germany",
31+
VPCRegion: "eu-de",
32+
Zones: []string{"eu-de-1", "eu-de-2"},
33+
SysTypes: []string{"s922", "e980"},
34+
},
2935
"mad": {
3036
Description: "Madrid, Spain",
3137
VPCRegion: "eu-es",
3238
Zones: []string{"mad02", "mad04"},
3339
SysTypes: []string{"s1022"},
3440
},
41+
"sao": {
42+
Description: "São Paulo, Brazil",
43+
VPCRegion: "br-sao",
44+
Zones: []string{"sao04"},
45+
SysTypes: []string{"s922", "e980"},
46+
},
3547
"wdc": {
3648
Description: "Washington DC, USA",
3749
VPCRegion: "us-east",
38-
Zones: []string{"wdc06"},
50+
Zones: []string{"wdc06", "wdc07"},
3951
SysTypes: []string{"s922", "e980"},
4052
},
4153
}

0 commit comments

Comments
 (0)