File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 14
14
"region" : " {{user `region`}}" ,
15
15
"ami_regions" : " {{user `ami_regions`}}" ,
16
16
"source_ami" : " {{user `ami`}}" ,
17
- "instance_type" : " t2 .2xlarge" ,
17
+ "instance_type" : " m5 .2xlarge" ,
18
18
"ssh_username" : " ubuntu" ,
19
- "ami_name" : " supabase-postgresql-0.12.0"
19
+ "ami_name" : " supabase-postgres-0.13.0" ,
20
+ "launch_block_device_mappings" : [
21
+ {
22
+ "device_name" : " /dev/sda1" ,
23
+ "volume_size" : 16 ,
24
+ "volume_type" : " gp2" ,
25
+ "delete_on_termination" : true
26
+ }
27
+ ]
20
28
}],
21
29
"provisioners" : [
22
30
{
Original file line number Diff line number Diff line change 14
14
"snapshot_regions" : " {{user `snapshot_regions`}}" ,
15
15
"size" : " s-1vcpu-1gb" ,
16
16
"ssh_username" : " root" ,
17
- "snapshot_name" : " supabase-postgresql -0.12 .0"
17
+ "snapshot_name" : " supabase-postgres -0.13 .0"
18
18
}],
19
19
"provisioners" : [
20
20
{
You can’t perform that action at this time.
0 commit comments