digitalocean / terraform-provider-digitalocean

Terraform DigitalOcean provider
https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs
Mozilla Public License 2.0
509 stars 278 forks source link

CRUD for users in DO account #1258

Open ajax-mykhailo-oleksiuk opened 3 weeks ago

ajax-mykhailo-oleksiuk commented 3 weeks ago

Is your feature request related to a problem? Please describe.

We would like to manage our account’s users with IaC approach but I don’t see any resources related to users in DO account. Also I don’t even see CUD API for users management except Get User Information. So, seems like it’s completely impossible to open a PR that implements this logic or write my custom provider.

Describe the solution you'd like

I’d like to see these resources officially supported by digitalocean provider.

Describe alternatives you've considered

Additional context