We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49997cd commit 7c7639aCopy full SHA for 7c7639a
pkg/resources/job.go
@@ -28,6 +28,7 @@ var jobSchema = map[string]*schema.Schema{
28
Type: schema.TypeInt,
29
Required: true,
30
Description: "Project ID to create the job in",
31
+ ForceNew: true,
32
},
33
"environment_id": &schema.Schema{
34
0 commit comments