spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
74 stars 28 forks source link

Bug: spacelift_space_by_path #410

Closed SizZiKe closed 1 year ago

SizZiKe commented 1 year ago

Seems to be an issue with the GraphQL query made by the provider:

│ Error: could not query for spaces: Cannot query field "spaces" on type "Query". Did you mean "space"?
│ 
│   with data.spacelift_space_by_path.organization,
│   on data.tf line 17, in data "spacelift_space_by_path" "organization":
│   17: data "spacelift_space_by_path" "organization" {
peterdeme commented 1 year ago

@SizZiKe is this still happening? interesting because our tests seem to work just fine.

@TheMacies idea?

peterdeme commented 1 year ago

closing due to inactivity