spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
76 stars 29 forks source link

feat: Implement querying for spaces using relative paths #576

Closed TheMacies closed 1 week ago

TheMacies commented 3 weeks ago

Description of the change

Currently spacelift_space_by_path data source only allows querying for spaces using full paths starting with root. With this PR it will be possible to specify only a part of the path (not start it with root) in which case we will assume that we shall start the search from the space that the stack, the spacelift run is for, is in.

Type of change

Development

Code review