This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Commit deee17e
committed
fix(provider): register cost-centers, billing-usage, and enterprise-scim resources and data sources
All feature branch implementations were merged into master but their
resources and data sources were missing from provider.go, causing
'unused' linter errors and make build to fail.
Registers:
- github_enterprise_cost_center (resource + data source)
- github_enterprise_cost_center_organizations (resource)
- github_enterprise_cost_center_repositories (resource)
- github_enterprise_cost_center_users (resource)
- github_enterprise_cost_centers (data source)
- github_enterprise_billing_usage (data source)
- github_enterprise_billing_usage_summary (data source)
- github_enterprise_billing_premium_request_usage (data source)
- github_enterprise_scim_group (data source)
- github_enterprise_scim_groups (data source)
- github_enterprise_scim_user (data source)
- github_enterprise_scim_users (data source)1 parent 2c29d16 commit deee17e
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
217 | 221 | | |
| |||
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
304 | 317 | | |
305 | 318 | | |
306 | 319 | | |
| |||
0 commit comments