Skip to content

Commit 00ba6fb

Browse files
authored
Merge pull request #12 from serverscom/user-data
Add user data support
2 parents aceabaf + c63c1dc commit 00ba6fb

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)