File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ data "scalr_vcs_provider" "example2" {
31
31
32
32
- ` account_id ` (String) ID of the account, in the format ` acc-<RANDOM STRING> ` .
33
33
- ` agent_pool_id ` (String) The id of the agent pool to connect Scalr to self-hosted VCS provider, in the format ` apool-<RANDOM STRING> ` .
34
+ - ` draft_pr_runs_enabled ` (Boolean) Indicates whether the draft pull-request runs are enabled for this VCS provider.
34
35
- ` environment_id ` (String) ID of the environment the VCS provider has to be linked to, in the format ` env-<RANDOM STRING> ` .
35
36
- ` id ` (String) Identifier of the VCS provider.
36
37
- ` name ` (String) Name of the VCS provider.
37
38
- ` vcs_type ` (String) Type of the VCS provider. For example, ` github ` .
38
- - ` draft_pr_runs_enabled ` (Boolean) Whether to enable draft PR runs.
39
39
40
40
### Read-Only
41
41
You can’t perform that action at this time.
0 commit comments