Skip to content

Commit 2141c3c

Browse files
committed
add rustc-perf-one to bastion allow list
1 parent 8b4dbbf commit 2141c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/rds-databases/instance.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ resource "aws_security_group" "rust_prod_db" {
4646
from_port = 5432
4747
to_port = 5432
4848
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"
5151
}
5252

5353
tags = {

0 commit comments

Comments
 (0)