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

Expand comma-separated CidrIp list #43

@fbrnc

Description

@fbrnc
{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80",, "CidrIp": "x.x.x.x/x,y.y.y.y/y"}

should expand to:

{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "x.x.x.x"},
{"IpProtocol": "tcp", "FromPort": "80", "ToPort": "80", "CidrIp": "y.y.y.y/y"},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions