Skip to content

Commit 7c7639a

Browse files
committed
Force new job on different project
1 parent 49997cd commit 7c7639a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/resources/job.go

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var jobSchema = map[string]*schema.Schema{
2828
Type: schema.TypeInt,
2929
Required: true,
3030
Description: "Project ID to create the job in",
31+
ForceNew: true,
3132
},
3233
"environment_id": &schema.Schema{
3334
Type: schema.TypeInt,

0 commit comments

Comments
 (0)