Skip to content

Commit df5ddd2

Browse files
authored
Add missing ap-southeast-6 opt in region (#355)
1 parent 006e74f commit df5ddd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/common/opt_in.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ func IsOptInRegion(region string) bool {
1010
"ap-southeast-3": true,
1111
"ap-southeast-4": true,
1212
"ap-southeast-5": true,
13+
"ap-southeast-6": true,
1314
"ap-southeast-7": true,
1415
"ca-west-1": true,
1516
"eu-central-2": true,

0 commit comments

Comments
 (0)