Skip to content

Commit

Permalink
provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 25, 2024
1 parent 3f72072 commit c9d8b10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type CtrlplaneProvider struct {
// CtrlplaneProviderModel describes the provider data model.
type CtrlplaneProviderModel struct {
BaseURL types.String `tfsdk:"base_url"`
Workspace types.String `tfsdk:"workspace"`
Token types.String `tfsdk:"token"`
}

Expand All @@ -53,10 +52,6 @@ func (p *CtrlplaneProvider) Schema(ctx context.Context, req provider.SchemaReque
MarkdownDescription: "The token to use for authentication",
Optional: true,
},
"workspace": schema.StringAttribute{
MarkdownDescription: "The workspace ID to use for Ctrlplane resources",
Optional: true,
},
},
}
}
Expand Down

0 comments on commit c9d8b10

Please sign in to comment.