Skip to content

Commit

Permalink
Remove unnecessary allowed IP for RDS instance
Browse files Browse the repository at this point in the history
Not sitting in the MadeTech office anymore.
  • Loading branch information
pricemg authored Mar 8, 2024
1 parent b0394be commit 614d12d
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 614d12d

Please sign in to comment.