We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fc5fe commit 7decdaeCopy full SHA for 7decdae
1 file changed
bundle/terranova/tnresources/job.go
@@ -90,6 +90,7 @@ func makeCreateJob(config jobs.JobSettings) (jobs.CreateJob, error) {
90
Tasks: config.Tasks,
91
TimeoutSeconds: config.TimeoutSeconds,
92
Trigger: config.Trigger,
93
+ UsagePolicyId: config.UsagePolicyId,
94
WebhookNotifications: config.WebhookNotifications,
95
96
ForceSendFields: filterFields[jobs.CreateJob](config.ForceSendFields),
0 commit comments