diff --git a/internal/framework/service/dcv_delegation/schema.go b/internal/framework/service/dcv_delegation/schema.go index 792d967144..1840713aed 100644 --- a/internal/framework/service/dcv_delegation/schema.go +++ b/internal/framework/service/dcv_delegation/schema.go @@ -8,7 +8,7 @@ import ( "github.com/hashicorp/terraform-plugin-framework/datasource/schema" ) -func (r *CloudflareDCVDelegationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse) { +func (r *DCVDelegationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse) { resp.Schema = schema.Schema{ MarkdownDescription: "Use this data source to retrieve the DCV Delegation unique identifier for a zone.", Attributes: map[string]schema.Attribute{