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

Teraform resource "fusionauth_user_action" does not have webhook transaction properties. #305

Open
sanjesh1000 opened this issue Dec 10, 2024 · 0 comments

Comments

@sanjesh1000
Copy link

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.

resource "fusionauth_user_action" "example" {
  name        = "Example Action"
  description = "An example user action"
  # Missing property
  # webhook_transaction = .....options..
}
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