Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMacies committed Oct 24, 2024
1 parent a11a3b6 commit ca7e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/space_by_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ output "space_description" {
value = data.spacelift_space_by_path.space.description
}
// Assuming this data source is invoked in a run that belongs to a stack in a space located at "root", then the following data source shall be equal to the one above.
// Assuming this data source is created in a run that belongs to a stack in a space located at following path - "root", then the following data source shall be equal to the one above.
data "spacelift_space_by_relative_path" "space" {
space_path = "second space/my space"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output "space_description" {
value = data.spacelift_space_by_path.space.description
}

// Assuming this data source is invoked in a run that belongs to a stack in a space located at "root", then the following data source shall be equal to the one above.
// Assuming this data source is created in a run that belongs to a stack in a space located at following path - "root", then the following data source shall be equal to the one above.
data "spacelift_space_by_relative_path" "space" {
space_path = "second space/my space"
}

0 comments on commit ca7e11c

Please sign in to comment.