resource "aws_security_group_rule" "MAX-FF-P-ND-SG-ingress-3306-from-MAX-P3" {
  type              = "ingress"
  from_port         = 3306
  to_port           = 3306
  protocol          = "tcp"
  cidr_blocks       = ["10.250.93.128/26"]
  security_group_id = "sg-0f783c2b5ee5c8969"
  description       = "DB connectivity from MAX-P3"
}
