Skip to content

Commit 7decdae

Browse files
committed
update CreateJob re new field in sdk 80
1 parent e2fc5fe commit 7decdae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • bundle/terranova/tnresources

bundle/terranova/tnresources/job.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func makeCreateJob(config jobs.JobSettings) (jobs.CreateJob, error) {
9090
Tasks: config.Tasks,
9191
TimeoutSeconds: config.TimeoutSeconds,
9292
Trigger: config.Trigger,
93+
UsagePolicyId: config.UsagePolicyId,
9394
WebhookNotifications: config.WebhookNotifications,
9495

9596
ForceSendFields: filterFields[jobs.CreateJob](config.ForceSendFields),

0 commit comments

Comments
 (0)