Skip to content

Commit

Permalink
fix: wrong schema attr
Browse files Browse the repository at this point in the history
  • Loading branch information
grace-rehn committed Nov 20, 2024
1 parent 6a612d7 commit 9f7ed13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/schemas/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (t TenantSchema) GetResourceSchema() resourceSchema.Schema {
},
"description": GetDescriptionResourceSchema("tenant"),
"id": GetIdResourceSchema(),
"is_disabled": datasourceSchema.BoolAttribute{
"is_disabled": resourceSchema.BoolAttribute{
Description: "The disabled status of this tenant.",
Optional: true,
Computed: true,
Expand Down

0 comments on commit 9f7ed13

Please sign in to comment.