Use-cases
Parity with the API for CRUD operations with organization teams.
https://developer.hashicorp.com/terraform/cloud-docs/api-docs/teams
https://developer.hashicorp.com/terraform/enterprise/api-docs/teams
Attempted Solutions
It looks like some work has been put in for teams, but there is no functions which support creating, listing, updating, deleting teams in an organization.
Proposal
Add functionality to support team creation in TFE/HCPT.
Add functions to
- create teams
- list teams
- update teams
- delete teams
Add models
- create options
- update options
- list options
Add examples
- Add examples for CRUD options
Add Unit Testing
Use-cases
Parity with the API for CRUD operations with organization teams.
https://developer.hashicorp.com/terraform/cloud-docs/api-docs/teams
https://developer.hashicorp.com/terraform/enterprise/api-docs/teams
Attempted Solutions
It looks like some work has been put in for teams, but there is no functions which support creating, listing, updating, deleting teams in an organization.
Proposal
Add functionality to support team creation in TFE/HCPT.
Add functions to
Add models
Add examples
Add Unit Testing