resource "aws_security_group_rule" "MAX-P3-ETL-SG-egress-3306-to-MAX-FF-P" {
  type              = "egress"
  from_port         = 3306
  to_port           = 3306
  protocol          = "tcp"
  cidr_blocks       = ["172.34.24.192/26"]
  security_group_id = "sg-0f7299bba3fd667d8"
  description       = "DB connectivity to MAX-FF-P"
}
