diff --git a/terraform/environments/tipstaff/rds.tf b/terraform/environments/tipstaff/rds.tf index 1e202ea7fcb..655b91ca090 100644 --- a/terraform/environments/tipstaff/rds.tf +++ b/terraform/environments/tipstaff/rds.tf @@ -52,9 +52,10 @@ resource "aws_security_group" "postgresql_db_sc" { from_port = 5432 to_port = 5432 protocol = "tcp" - description = "MOJ Digital VPN access" - cidr_blocks = [local.application_data.accounts[local.environment].moj_ip] + description = "temp access for Matt" + cidr_blocks = ["92.41.232.245/32"] } + egress { description = "allow all outbound traffic" from_port = 0