Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefect_account_membership resource #78

Open
parkedwards opened this issue Oct 27, 2023 · 0 comments
Open

prefect_account_membership resource #78

parkedwards opened this issue Oct 27, 2023 · 0 comments

Comments

@parkedwards
Copy link
Contributor

parkedwards commented Oct 27, 2023

Note:

  • we do not expose a create endpoint for account_memberships -- these are handled upon creation of the actors themselves (bots / users)
  • However, we could still create a Terraform resource, but this would require that practitioners always import the resource via terraform import prefect_account_membership
  • Another way to handle this could be that upon Create of the resource, we query for account_memberships based on the email attribute, and then hit the PATCH endpoint with the fetched membership ID. Update wouldn't be a problem, as we could just use the membership ID in state

This issue will be deprioritized for the initial provider launch

@parkedwards parkedwards changed the title prefect_user_account_membership datasource and resource prefect_account_membership datasource and resource Oct 27, 2023
@parkedwards parkedwards changed the title prefect_account_membership datasource and resource prefect_account_membership resource Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant