Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Expand comma-separated ports list #42

Open
fbrnc opened this issue Oct 10, 2016 · 0 comments
Open

Expand comma-separated ports list #42

fbrnc opened this issue Oct 10, 2016 · 0 comments

Comments

@fbrnc
Copy link
Member

fbrnc commented Oct 10, 2016

{"IpProtocol": "tcp", "Port": "80,443", "CidrIp": "0.0.0.0/0"}

should expand to:

{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "0.0.0.0/0"},
{"IpProtocol": "tcp", "FromPort": "443", "ToPort": "443", "CidrIp": "0.0.0.0/0"},
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant