Skip to content

Commit 3aacc80

Browse files
committed
PowerVS: Add dal12 region
Add the dal12 region to the PowerVS installer.
1 parent ea9d42b commit 3aacc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/powervs/powervs_regions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var Regions = map[string]Region{
2525
Description: "Dallas, USA",
2626
VPCRegion: "us-south",
2727
COSRegion: "us-south",
28-
Zones: []string{"dal10"},
28+
Zones: []string{"dal10", "dal12"},
2929
SysTypes: []string{"s922", "e980"},
3030
},
3131
"eu-de": {

0 commit comments

Comments
 (0)