From 4789fb096febc1a03a49acc553828a777bed09bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20D=C5=82ugoszek?= Date: Wed, 23 Oct 2024 11:57:49 +0200 Subject: [PATCH] feat: add additional properties to the spacelift_current_space data source --- docs/data-sources/current_space.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/data-sources/current_space.md b/docs/data-sources/current_space.md index ed7f4c09..3e646394 100644 --- a/docs/data-sources/current_space.md +++ b/docs/data-sources/current_space.md @@ -27,4 +27,9 @@ resource "spacelift_context" "prod-k8s-ie" { ### Read-Only +- `description` (String) free-form space description for users - `id` (String) The ID of this resource. +- `inherit_entities` (Boolean) indication whether access to this space inherits read access to entities from the parent space +- `labels` (Set of String) list of labels describing a space +- `name` (String) name of the space +- `parent_space_id` (String) immutable ID (slug) of parent space