Skip to content

Commit

Permalink
add team/teams data source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Zellner authored and Jeff Zellner committed Jul 31, 2023
1 parent 31cfd90 commit 358b66d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func Provider() *schema.Provider {
"firehydrant_task_list": dataSourceTaskList(),
"firehydrant_schedule": dataSourceSchedule(),
"firehydrant_user": dataSourceUser(),
"firehydrant_team": dataSourceTeam(),
"firehydrant_teams": dataSourceTeams(),
},
}

Expand Down

0 comments on commit 358b66d

Please sign in to comment.