PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud

Home Page:https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datasource: `prefect_account_user`

parkedwards opened this issue · comments

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

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

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