Skip to content

Commit

Permalink
add ip address to rds
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsearle01 committed Dec 8, 2023
1 parent 65042c1 commit 8dab627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/environments/tipstaff/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dab627

Please sign in to comment.