DopplerHQ / terraform-provider-doppler

Apache License 2.0
23 stars 9 forks source link

Add resources for managing users in groups #72

Closed rgharris closed 9 months ago

rgharris commented 9 months ago

This PR adds resources for managing users in groups. Users are data sources and must be created in Doppler before being managed via Terraform. Note: this depends on unreleased API changes and thus does not work against the production API at the moment.

Closes #66 Closes ENG-7342

rgharris commented 9 months ago

Force push pulls in @nmanoogian's work plus makes a small tweak to handle a change to the API spec and handle a previously unhandled error.