You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/workspace.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ data "scalr_workspace" "example2" {
61
61
-`vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-<RANDOM STRING>`.
62
62
-`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))
63
63
-`working_directory` (String) A relative path that Terraform will execute within.
64
-
-`terragrunt` (List of Object) If a workspace is using Terragrunt this block shows the details, otherwise `{}` (see [below for nested schema](#nestedatt--terragrunt))"
64
+
-`terragrunt` (List of Object) If a workspace is linked to a Terragrunt configuration this block shows the details, otherwise `{}` (see [below for nested schema](#nestedatt--terragrunt))
65
65
66
66
<aid="nestedatt--created_by"></a>
67
67
### Nested Schema for `created_by`
@@ -95,11 +95,12 @@ Read-Only:
95
95
-`ingress_submodules` (Boolean) Designates whether to clone git submodules of the VCS repository.
96
96
-`path` (String) Path within the repo, if any.
97
97
98
+
98
99
<aid="nestedatt--terragrunt"></a>
99
100
### Nested Schema for `terragrunt`
100
101
101
102
Read-Only:
102
103
103
104
-`version` (String) The version of Terragrunt used for this workspace.
104
-
-`use_run_all` (Boolean) Boolean indicates if Terragrunt will use the `run-all` command.
105
+
-`use_run_all` (Boolean) Boolean indicates if Terragrunt will use `run-all` command.
105
106
-`include_external_dependencies` (Boolean) Boolean indicates if Terragrunt will include external dependencies.
Copy file name to clipboardExpand all lines: templates/data-sources/workspace.md.tmpl
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,7 @@ hidden: false
52
52
- `vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-<RANDOM STRING>`.
53
53
- `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))
54
54
- `working_directory` (String) A relative path that Terraform will execute within.
55
-
- `terragrunt_version` (String) The version of Terragrunt the workspace performs runs on.
56
-
- `terragrunt_use_run_all` (Boolean) Indicates whether the workspace uses `terragrunt run-all`.
55
+
- `terragrunt` (List of Object) If a workspace is linked to a Terragrunt configuration this block shows the details, otherwise `{}` (see [below for nested schema](#nestedatt--terragrunt))
57
56
58
57
<a id="nestedatt--created_by"></a>
59
58
### Nested Schema for `created_by`
@@ -86,3 +85,13 @@ Read-Only:
86
85
- `identifier` (String) The reference to the VCS repository in the format `:org/:repo`, this refers to the organization and repository in your VCS provider.
87
86
- `ingress_submodules` (Boolean) Designates whether to clone git submodules of the VCS repository.
88
87
- `path` (String) Path within the repo, if any.
88
+
89
+
90
+
<a id="nestedatt--terragrunt"></a>
91
+
### Nested Schema for `terragrunt`
92
+
93
+
Read-Only:
94
+
95
+
- `version` (String) The version of Terragrunt used for this workspace.
96
+
- `use_run_all` (Boolean) Boolean indicates if Terragrunt will use `run-all` command.
97
+
- `include_external_dependencies` (Boolean) Boolean indicates if Terragrunt will include external dependencies.
0 commit comments