forked from hashicorp/go-tfe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document api endpoint coverage map for go-tfe (hashicorp#334)
- Loading branch information
1 parent
a2b5498
commit 3fdd80d
Showing
4 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
## API Coverage | ||
|
||
|
||
- [x] Account | ||
- [x] Agent Pools | ||
- [x] Agent Tokens | ||
- [x] Applies | ||
- [ ] Audit Trails | ||
- [x] Configuration Versions | ||
- [x] Cost Estimation | ||
- [ ] Feature Sets | ||
- [ ] Invoices | ||
- [x] IP Ranges | ||
- [x] Modules | ||
- [x] Notification Configurations | ||
- [x] OAuth Clients | ||
- [x] OAuth Tokens | ||
- [x] Organizations | ||
- [x] Organization Memberships | ||
- [x] Organization Tags | ||
- [x] Organization Tokens | ||
- [x] Plan Exports | ||
- [x] Plans | ||
- [x] Policies | ||
- [x] Policy Checks | ||
- [x] Policy Sets | ||
- [x] Policy Set Parameters | ||
- [x] Providers | ||
- [x] Runs | ||
- [x] Run Tasks | ||
- [x] Run Triggers | ||
- [x] SSH Keys | ||
- [x] State Versions | ||
- [x] State Version Outputs | ||
- [ ] Subscriptions | ||
- [x] Team Access | ||
- [x] Team Membership | ||
- [x] Team Tokens | ||
- [x] Teams | ||
- [x] User Tokens | ||
- [x] Users | ||
- [x] Variables | ||
- [ ] VCS Events | ||
- [x] Workspaces | ||
- [x] Workspace-Specific Variables | ||
- [x] Workspace Resources | ||
- [x] Variable Sets | ||
- [x] Admin | ||
- [x] Module Sharing | ||
- [x] Organizations | ||
- [x] Runs | ||
- [x] Settings | ||
- [x] Terraform Versions | ||
- [x] Users | ||
- [x] Workspaces | ||
- [x] Changelog | ||
- [x] Stability Policy |
File renamed without changes.