Skip to content

Commit

Permalink
Revert "default for workspace OA"
Browse files Browse the repository at this point in the history
This reverts commit da3e067.
  • Loading branch information
shaswot77 committed Jan 30, 2024
1 parent da3e067 commit 4ee2f1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/resource_work_space.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/listdefault"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringdefault"
Expand Down Expand Up @@ -112,7 +111,6 @@ func (r *workspaceResource) Schema(_ context.Context, req resource.SchemaRequest
Description: "Whether open access is enabled for the workspace",
Optional: true,
Computed: true,
Default: booldefault.StaticBool(false),
},
"id": schema.StringAttribute{
Description: "The ID of the workspace",
Expand Down

0 comments on commit 4ee2f1a

Please sign in to comment.