## Module functionality
Creates a security group and applied rules based on ingress template provided.
Ingress template should be a list of objects with this schema:
*{description=string, from_port=number, to_port=number, source_sg_id=string}*
Ingress template allows only to use security groups in map! CIDRs are not allowed.
