Skip to content

Commit 82a4f42

Browse files
Added Sao Paulo region (#429)
Co-authored-by: Aman Varshney <[email protected]>
1 parent 4b504cd commit 82a4f42

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/ten-elephants-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
Added Sao Paulo region

apps/cli/src/helpers/database-providers/neon-setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const NEON_REGIONS: NeonRegion[] = [
2929
{ label: "AWS US West (Oregon)", value: "aws-us-west-2" },
3030
{ label: "AWS Europe (Frankfurt)", value: "aws-eu-central-1" },
3131
{ label: "AWS Asia Pacific (Singapore)", value: "aws-ap-southeast-1" },
32+
{ label: "AWS South America East 1 (São Paulo)", value: "aws-sa-east-1" },
3233
{ label: "AWS Asia Pacific (Sydney)", value: "aws-ap-southeast-2" },
3334
{ label: "Azure East US 2 region (Virginia)", value: "azure-eastus2" },
3435
];

0 commit comments

Comments
 (0)