Skip to content

Commit

Permalink
Merge pull request #5279 from ministryofjustice/elm-remo
Browse files Browse the repository at this point in the history
Remove unnecessary allowed IP for RDS instance
  • Loading branch information
Lee-250 authored Mar 8, 2024
2 parents b0394be + 614d12d commit 0655561
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ resource "aws_vpc_security_group_ingress_rule" "db_ipv4" {
cidr_ipv4 = "46.69.144.146/32"
}

resource "aws_vpc_security_group_ingress_rule" "db_ipv4_madetech" {
security_group_id = aws_security_group.db.id
description = "madetech ip"
ip_protocol = "tcp"
from_port = 1433
to_port = 1433

# madetech
cidr_ipv4 = "79.173.131.202/32"
}

resource "aws_db_subnet_group" "db" {
name = "db-subnet-group"
subnet_ids = data.aws_subnets.shared-public.ids
Expand Down

0 comments on commit 0655561

Please sign in to comment.