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 03cc98f commit 023d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/service/dcv_delegation/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dcv_delegation

import "github.com/hashicorp/terraform-plugin-framework/types"

type CloudflareDCVDelegationModel struct {
type DCVDelegationModel struct {
ID types.String `tfsdk:"id"`
ZoneID types.String `tfsdk:"zone_id"`
Hostname types.String `tfsdk:"hostname"`
Expand Down

0 comments on commit 023d24e

Please sign in to comment.