Skip to content

Commit

Permalink
remove cloudflare prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Sep 2, 2024
1 parent 023d24e commit 709ce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/service/dcv_delegation/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 709ce0b

Please sign in to comment.