diff --git a/internal/cmd/security-group/create/create.go b/internal/cmd/security-group/create/create.go index 5bce0c52b..1e17b9002 100644 --- a/internal/cmd/security-group/create/create.go +++ b/internal/cmd/security-group/create/create.go @@ -156,7 +156,7 @@ func outputResult(p *print.Printer, outputFormat, name string, resp iaas.Securit return nil default: - p.Outputf("Created security group %q\n", name) + p.Outputf("Created security group %q.\nSecurity Group ID %s\n", name, utils.PtrString(resp.Id)) return nil } }