From ccad7018f1812e6c6e3bcd2df0932d4d2475b3d9 Mon Sep 17 00:00:00 2001 From: Vladyslav Mihun Date: Wed, 18 Dec 2024 16:11:47 +0200 Subject: [PATCH] SCALRCORE-32726 workspace data source docs --- docs/data-sources/workspace.md | 2 ++ templates/data-sources/workspace.md.tmpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/data-sources/workspace.md b/docs/data-sources/workspace.md index c3aafc57..2d88202f 100644 --- a/docs/data-sources/workspace.md +++ b/docs/data-sources/workspace.md @@ -61,6 +61,8 @@ data "scalr_workspace" "example2" { - `vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-`. - `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`. ### Nested Schema for `created_by` diff --git a/templates/data-sources/workspace.md.tmpl b/templates/data-sources/workspace.md.tmpl index 91860237..7f24dd17 100644 --- a/templates/data-sources/workspace.md.tmpl +++ b/templates/data-sources/workspace.md.tmpl @@ -52,6 +52,8 @@ hidden: false - `vcs_provider_id` (String) The identifier of a VCS provider in the format `vcs-`. - `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`. ### Nested Schema for `created_by`