Skip to content

Commit

Permalink
Fixed the new tenants data source (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Feb 5, 2024
1 parent c706ce9 commit 38bbefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
Expand Down

0 comments on commit 38bbefc

Please sign in to comment.