Skip to content

Commit c63c1dc

Browse files
committed
Add user data support
1 parent aceabaf commit c63c1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ type DedicatedServerCreateInput struct {
187187
Hosts []DedicatedServerHostInput `json:"hosts"`
188188
OperatingSystemID *int64 `json:"operating_system_id"`
189189
SSHKeyFingerprints []string `json:"ssh_key_fingerprints,omitempty"`
190+
UserData *string `json:"user_data,omitempty"`
190191
}
191192

192193
// ServerModelOption represents server model option

0 commit comments

Comments
 (0)