Skip to content

Commit c8a9cf5

Browse files
Apply suggestion from @zliang-akamai
1 parent 2e3feb3 commit c8a9cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instance_disks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type InstanceDiskCreateOptions struct {
4747
Label string `json:"label"`
4848
Size int `json:"size"`
4949

50-
// Image is optional, but requires RootPass if provided
50+
// Image is optional, but requires at least one of RootPass, AuthorizedUsers, or AuthorizedKeys if provided
5151
Image string `json:"image,omitzero"`
5252
RootPass string `json:"root_pass,omitzero"`
5353

0 commit comments

Comments
 (0)