Skip to content

Commit 0e127fe

Browse files
committed
SCALRCORE-28700 fix doc
1 parent aba781c commit 0e127fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-sources/vcs_provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ data "scalr_vcs_provider" "example2" {
3131

3232
- `account_id` (String) ID of the account, in the format `acc-<RANDOM STRING>`.
3333
- `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.
3435
- `environment_id` (String) ID of the environment the VCS provider has to be linked to, in the format `env-<RANDOM STRING>`.
3536
- `id` (String) Identifier of the VCS provider.
3637
- `name` (String) Name of the VCS provider.
3738
- `vcs_type` (String) Type of the VCS provider. For example, `github`.
38-
- `draft_pr_runs_enabled` (Boolean) Whether to enable draft PR runs.
3939

4040
### Read-Only
4141

0 commit comments

Comments
 (0)