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
I have been using the FusionAuth Terraform provider to manage my FusionAuth resources. While configuring user actions, I noticed that the "Webhook Transaction" property available in the FusionAuth UI is not present in the Terraform provider.
Steps to Reproduce:
Go to the FusionAuth UI.
Navigate to User Actions.
Observe the "Webhook Transaction" property.
Expected Behavior: The Terraform provider should support the "Webhook Transaction" property for user actions, allowing it to be configured via Terraform.
Actual Behavior: The "Webhook Transaction" property is not available in the Terraform provider for user actions.
resource "fusionauth_user_action" "example" {
name = "Example Action"
description = "An example user action"
# Missing property
# webhook_transaction = .....options..
}
The text was updated successfully, but these errors were encountered:
Hello FusionAuth Community,
I have been using the FusionAuth Terraform provider to manage my FusionAuth resources. While configuring user actions, I noticed that the "Webhook Transaction" property available in the FusionAuth UI is not present in the Terraform provider.
Steps to Reproduce:
Go to the FusionAuth UI.
Navigate to User Actions.
Observe the "Webhook Transaction" property.
Expected Behavior: The Terraform provider should support the "Webhook Transaction" property for user actions, allowing it to be configured via Terraform.
Actual Behavior: The "Webhook Transaction" property is not available in the Terraform provider for user actions.
The text was updated successfully, but these errors were encountered: