You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
parkedwards
changed the title
prefect_user_account_membership datasource and resourceprefect_account_membership datasource and resource
Oct 27, 2023
Note:
account_memberships
-- these are handled upon creation of the actors themselves (bots / users)terraform import prefect_account_membership
Create
of the resource, we query foraccount_memberships
based on theemail
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 stateThis issue will be deprioritized for the initial provider launch
The text was updated successfully, but these errors were encountered: