We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4dbbf commit 2141c3cCopy full SHA for 2141c3c
terraform/rds-databases/instance.tf
@@ -46,8 +46,8 @@ resource "aws_security_group" "rust_prod_db" {
46
from_port = 5432
47
to_port = 5432
48
protocol = "tcp"
49
- cidr_blocks = ["159.69.58.186/32"]
50
- description = "Connections from rustc-perf collection server"
+ cidr_blocks = ["144.76.186.39/32", "159.69.58.186/32"]
+ description = "Connections from rustc-perf collection servers"
51
}
52
53
tags = {
0 commit comments