You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ $SecurityGroupId := flag "security-group-id" "string" "Security group ID" | prompt "Names of security group ID?" "string" "" }}
10
+
{{ $SecurityGroupId := listflag "security-group-id" "string" "Security group ID ( Comma-separated )" | listprompt "Names of security group ID ( Comma-separated )?" "string" "" }}
11
11
{{ $project := var "/project" | flag "project" "string" "Project name" | prompt "Project?" "string" "myproject" }}
0 commit comments