PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud
https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs
Apache License 2.0
33 stars 16 forks source link

Datasource: `prefect_account_user` #79

Closed parkedwards closed 11 months ago

parkedwards commented 11 months ago

to be read down + assigned specific workspace or account accesses via role attachment

parkedwards commented 11 months ago

marking this as a WONTDO - general user fetch queries are not exposed by the API; instead, we have GET /account_memberships, which return users scoped to the account. It's also not immediately needed to be able to do user management via TF, as all users are added via invitation + their account roles can be managed from the account settings

parkedwards commented 11 months ago

on second thought, we actually do need this in order to assign workspace roles