Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
actually add node resource to Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiggi33 committed Jul 31, 2024
1 parent 86cf5b5 commit ee197dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,6 @@ func (p *pterodactylProvider) DataSources(_ context.Context) []func() datasource
func (p *pterodactylProvider) Resources(_ context.Context) []func() resource.Resource {
return []func() resource.Resource{
NewUserResource,
NewNodeResource,
}
}

0 comments on commit ee197dd

Please sign in to comment.