File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ resource "aws_security_group" "rust_prod_db" {
46
46
from_port = 5432
47
47
to_port = 5432
48
48
protocol = " tcp"
49
- cidr_blocks = [" 159.69.58.186/32" ]
50
- description = " Connections from rustc-perf collection server "
49
+ cidr_blocks = [" 144.76.186.39/32 " , " 159.69.58.186/32" ]
50
+ description = " Connections from rustc-perf collection servers "
51
51
}
52
52
53
53
tags = {
@@ -61,8 +61,8 @@ resource "aws_db_instance" "shared" {
61
61
backup_retention_period = 3
62
62
storage_type = " gp3"
63
63
engine = " postgres"
64
- engine_version = " 16.3 "
65
- instance_class = " db.t4g.micro "
64
+ engine_version = " 16.8 "
65
+ instance_class = " db.m7g.large "
66
66
identifier = " shared"
67
67
username = " root"
68
68
password = random_password. shared_root . result
You can’t perform that action at this time.
0 commit comments