Skip to content

Commit b529d15

Browse files
authored
Add ap-southeast-3, ap-southeast-5, ap-southeast-7 in ZONE_ID_MAPPING (#6793)
1 parent 7ec3ba2 commit b529d15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration-tests/conftest_networking.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
"ap-south-1": "^aps1-az[0-9]",
6969
"ap-southeast-1": "^apse1-az[0-9]",
7070
"ap-southeast-2": "^apse2-az[0-9]",
71+
"ap-southeast-3": "^apse3-az[0-9]",
72+
"ap-southeast-5": "^apse5-az[0-9]",
73+
"ap-southeast-7": "^apse7-az[0-9]",
7174
"ca-central-1": "^cac1-az[0-9]",
7275
"cn-north-1": "^cnn1-az[0-9]",
7376
"cn-northwest-1": "^cnnw1-az[0-9]",

0 commit comments

Comments
 (0)