Skip to content

Commit

Permalink
remove todo and force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Apr 4, 2024
1 parent 17c8fe9 commit 579f6a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/provider/protocols_nfs_service_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ import (
"github.com/netapp/terraform-provider-netapp-ontap/internal/utils"
)

// TODO:
// copy this file to match you resource (should match internal/provider/protocols_nfs_service_resource.go)
// replace ProtocolsNfsService with the name of the resource, following go conventions, eg IPInterface
// replace protocols_nfs_service with the name of the resource, for logging purposes, eg ip_interface
// make sure to create internal/interfaces/protocols_nfs_service.go too)
// delete these 5 lines

// Ensure provider defined types fully satisfy framework interfaces
var _ resource.Resource = &ProtocolsNfsServiceResource{}
var _ resource.ResourceWithImportState = &ProtocolsNfsServiceResource{}
Expand Down

0 comments on commit 579f6a0

Please sign in to comment.