Skip to content

Commit

Permalink
provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli committed Jul 12, 2024
1 parent 89fc532 commit 2e82e5c
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 @@ -156,6 +156,7 @@ func New() *schema.Provider {
"boundary_user": dataSourceUser(),
"boundary_users": dataSourceUsers(),
"boundary_account": dataSourceAccount(),
"boundary_workers": dataSourceWorkers(),
},
}

Expand Down

0 comments on commit 2e82e5c

Please sign in to comment.