Skip to content

Commit

Permalink
SCALRCORE-32726 workspace data source docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper committed Dec 18, 2024
1 parent f5eb172 commit ccad701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data-sources/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ data "scalr_workspace" "example2" {
- `vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-<RANDOM STRING>`.
- `vcs_repo` (List of Object) If a workspace is linked to a VCS repository this block shows the details, otherwise `{}` (see [below for nested schema](#nestedatt--vcs_repo))
- `working_directory` (String) A relative path that Terraform will execute within.
- `terragrunt_version` (String) The version of Terragrunt the workspace performs runs on.
- `terragrunt_use_run_all` (Boolean) Indicates whether the workspace uses `terragrunt run-all`.

<a id="nestedatt--created_by"></a>
### Nested Schema for `created_by`
Expand Down
2 changes: 2 additions & 0 deletions templates/data-sources/workspace.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ hidden: false
- `vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-<RANDOM STRING>`.
- `vcs_repo` (List of Object) If a workspace is linked to a VCS repository this block shows the details, otherwise `{}` (see [below for nested schema](#nestedatt--vcs_repo))
- `working_directory` (String) A relative path that Terraform will execute within.
- `terragrunt_version` (String) The version of Terragrunt the workspace performs runs on.
- `terragrunt_use_run_all` (Boolean) Indicates whether the workspace uses `terragrunt run-all`.

<a id="nestedatt--created_by"></a>
### Nested Schema for `created_by`
Expand Down

0 comments on commit ccad701

Please sign in to comment.