From 38bbefc99841909a78330e8252585ea0e746300c Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 6 Feb 2024 09:10:27 +1000 Subject: [PATCH] Fixed the new tenants data source (#599) --- octopusdeploy/schema_tenant.go | 1 + 1 file changed, 1 insertion(+) diff --git a/octopusdeploy/schema_tenant.go b/octopusdeploy/schema_tenant.go index 2c87eea0e..a72a4af63 100644 --- a/octopusdeploy/schema_tenant.go +++ b/octopusdeploy/schema_tenant.go @@ -67,6 +67,7 @@ func getTenantDataSchema() map[string]*schema.Schema { "project_id": getQueryProjectID(), "skip": getQuerySkip(), "tags": getQueryTags(), + "space_id": getQuerySpaceID(), "tenants": { Computed: true, Description: "A list of tenants that match the filter(s).",