-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When creating a resource via cli I get an ID in (every?) case but not with security-group create
When creating a security group rule you need an ID of the security group.
Creating a security group rule does return an ID (also server create, public-ip create, network create, ...)
Steps to reproduce
- Run
stackit security-group create --name demo --project-id <my-project-id> Are you sure you want to create the security group "demo"? [y/N] y Created security group "demo"
Actual behavior
stackit security-group create would return an ID as well after creation.
Created security group "demo"Expected behavior
stackit security-group create would return an ID as well after creation.
Created security group "demo".
Security group ID: 211b6869-53e4-43b8-8ca5-69e780d74b54Environment
- OS: macOS
- Version of STACKIT CLI (see
stackit --version):0.36.0 - Output is set to pretty
Additional information
Feel free to add any additional information here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working