aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

SecurityGroupId cannot use multiple values for individual parameter #49

Open yychy opened 1 year ago

yychy commented 1 year ago

It looks like SecurityGroupId parameter only support 1 security group id. We would like to pass 2 security group ids as CommaDelimitedList type, but currently implementation doesn't support.

Is there a way to pass multiple security groups for SecurityGroupId parameter?