Skip to content

Commit 554d049

Browse files
authored
chore(region-info): add correct ROUTE_53_BUCKET_WEBSITE_ZONE_ID of ap southeast 3 (#24144)
Closes #24120 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4c62f0b commit 554d049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/region-info/build-tools/fact-tables.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const ROUTE_53_BUCKET_WEBSITE_ZONE_IDS: { [region: string]: string } = {
4747
'ap-south-2': 'Z02976202B4EZMXIPMXF7',
4848
'ap-southeast-1': 'Z3O0J2DXBE1FTB',
4949
'ap-southeast-2': 'Z1WCIGYICN2BYD',
50-
'ap-southeast-3': 'Z01613992JD795ZI93075',
50+
'ap-southeast-3': 'Z01846753K324LI26A3VV',
5151
'ca-central-1': 'Z1QDHH18159H29',
5252
'cn-northwest-1': 'Z282HJ1KT0DH03',
5353
'eu-central-1': 'Z21DNDUVLTQW6Q',

0 commit comments

Comments
 (0)