Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Mar 18, 2024
1 parent a84aa14 commit 15d1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/resource_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ type JobHealth struct {
}

type JobTaskSettings struct {
TaskKey string `json:"task_key,omitempty"`
TaskKey string `json:"task_key"`
Description string `json:"description,omitempty"`
DependsOn []jobs.TaskDependency `json:"depends_on,omitempty"`
RunIf string `json:"run_if,omitempty" tf:"suppress_diff"`
Expand Down

0 comments on commit 15d1662

Please sign in to comment.