Skip to content

Commit 283e0f9

Browse files
committed
Add user data to cloud instance input
1 parent c00e3ad commit 283e0f9

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
@@ -466,6 +466,7 @@ type CloudComputingInstanceCreateInput struct {
466466
IPv6Enabled *bool `json:"ipv6_enabled,omitempty"`
467467
SSHKeyFingerprint *string `json:"ssh_key_fingerprint,omitempty"`
468468
BackupCopies *int `json:"backup_copies,omitempty"`
469+
UserData *string `json:"user_data,omitempty"`
469470
Labels map[string]string `json:"labels,omitempty"`
470471
}
471472

0 commit comments

Comments
 (0)