File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ The runner will be registered at a group level if the token used is from a group
46
46
Description : `Whether the runner should ignore new jobs.` ,
47
47
Type : schema .TypeBool ,
48
48
Optional : true ,
49
- Default : gitlab . Bool ( false ) ,
49
+ Computed : true ,
50
50
},
51
51
"locked" : {
52
52
Description : `Whether the runner should be locked for current project.` ,
53
53
Type : schema .TypeBool ,
54
54
Optional : true ,
55
- Default : gitlab . Bool ( false ) ,
55
+ Computed : true ,
56
56
},
57
57
"run_untagged" : {
58
58
Description : `Whether the runner should handle untagged jobs.` ,
59
59
Type : schema .TypeBool ,
60
60
Optional : true ,
61
- Default : gitlab . Bool ( true ) ,
61
+ Computed : true ,
62
62
},
63
63
"tag_list" : {
64
64
Description : `List of runner’s tags.` ,
@@ -71,7 +71,7 @@ The runner will be registered at a group level if the token used is from a group
71
71
Type : schema .TypeString ,
72
72
Optional : true ,
73
73
ValidateFunc : validation .StringInSlice (runnerAccessLevelAllowedValues , true ),
74
- Default : "not_protected" ,
74
+ Computed : true ,
75
75
},
76
76
"maximum_timeout" : {
77
77
Description : `Maximum timeout set when this runner handles the job.` ,
You can’t perform that action at this time.
0 commit comments