Skip to content

Commit b5396e4

Browse files
committed
chore: reorganise default ami_regions for aws
1 parent 64ae60c commit b5396e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon-arm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"aws_access_key": "",
44
"aws_secret_key": "",
55
"region": "ap-northeast-1",
6-
"ami_regions": "us-east-1,us-west-1,eu-central-1,eu-west-1,ap-south-1",
6+
"ami_regions": "us-east-1,eu-central-1,eu-west-1,ap-south-1",
77
"ami": "ami-03345e027f391e3dc",
88
"ami_name": "supabase-postgres-arm-0.14.0",
99
"environment": "testing",

amazon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"aws_access_key": "",
44
"aws_secret_key": "",
55
"region": "ap-southeast-1",
6-
"ami_regions": "ap-southeast-1,ca-central-1,sa-east-1",
6+
"ami_regions": "ap-southeast-1,us-west-1,us-east-1,ca-central-1,sa-east-1",
77
"ami": "ami-0f7719e8b7ba25c61",
88
"ami_name": "supabase-postgres-0.14.0",
99
"environment": "testing",

0 commit comments

Comments
 (0)