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
The following group-related events are available in the FusionAuth UI but are currently missing in the Terraform provider.
Adding support for these events would enable full parity between the UI and Terraform configurations, ensuring seamless infrastructure as code (IaC) practices.
Missing events:
group.create A group is being created
group.create.complete A create group request completed
group.delete A group is being deleted
group.delete.complete A group delete request completed
group.member.add A user is being added to a group
group.member.add.complete A user add request has completed
group.member.remove A user is being removed from a group
group.member.remove.complete A user remove request has completed
group.member.update A groups membership is being updated
group.member.update.complete A group member update request has completed
group.update A group is being updated
group.update.complete
Expected Behavior:
These events should be available in the Terraform provider to allow their configuration
The text was updated successfully, but these errors were encountered:
sanjesh1000
changed the title
Missing Group-Related Event Fields (for wehbook) in Terraform Provider for FusionAuth
Missing Group-Related Event Fields (for webhook) in Terraform Provider for FusionAuth
Dec 26, 2024
Issue:
Expected Behavior:
These events should be available in the Terraform provider to allow their configuration
The text was updated successfully, but these errors were encountered: