Skip to content

Commit

Permalink
feat: add additional properties to the spacelift_current_space data s…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
TheMacies committed Oct 23, 2024
1 parent 7bc01ef commit 4789fb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/data-sources/current_space.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4789fb0

Please sign in to comment.