We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
notebook_task
1 parent 4fc3a74 commit 832f3abCopy full SHA for 832f3ab
jobs/resource_job.go
@@ -22,7 +22,7 @@ import (
22
// NotebookTask contains the information for notebook jobs
23
type NotebookTask struct {
24
NotebookPath string `json:"notebook_path"`
25
- Source string `json:"source,omitempty"`
+ Source string `json:"source,omitempty" tf:"suppress_diff"`
26
BaseParameters map[string]string `json:"base_parameters,omitempty"`
27
}
28
0 commit comments