Skip to content

Commit 163872a

Browse files
committed
remove userData from table output in describe command
1 parent 96e2492 commit 163872a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/cmd/beta/server/describe/describe.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ func outputResult(p *print.Printer, model *inputModel, server *iaas.Server) erro
207207
table.AddRow("NICS", strings.Join(nics, "\n"))
208208
table.AddSeparator()
209209
}
210-
211-
if server.UserData != nil {
212-
table.AddRow("USER DATA", *server.UserData)
213-
table.AddSeparator()
214-
}
215210
}
216211

217212
err := table.Display(p)

0 commit comments

Comments
 (0)