When using `-1` for the protocol, both `from_port` and `to_port` must be `0`, or so says AWS thru Terraform: ``` * from_port (0) and to_port (65535) must both be 0 to use the the 'ALL' "-1" protocol! ```