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 a quick query regarding webhook configuration using Terraform.
I initially created Webhook A using the Terraform webhook resource, where I assigned a default tenant ID and enabled specific events.
After applying the Terraform configuration, everything looked correct both in the Webhook UI and Tenant UI—the specified events were properly enabled at both levels.
However, when I created Webhook B using the same approach, I assigned a custom tenants (via Tenant IDs), I noticed an issue. While the Webhook UI appears correct, in the Tenant UI → Edit -> Webhook section, the selected events are not displayed.
A key difference between these two setups is the Terraform provider version: When Webhook A was working correctly, we were using Terraform Provider version <= 0.1.111.
For Webhook B, we have upgraded to Terraform Provider 0.2.0.
And for both the webhook we are setting: Transactional Setting = "No webhooks are required to succeed", So by using this setting this is not transactional & for those events to be visible we should not wait for webhook response/timeout/error.
Could you please help identify if this is related to the provider version change or now there’s an additional configuration required from Tenant side also required?
Appreciate your support! (edite
The text was updated successfully, but these errors were encountered:
mrudatsprint
changed the title
At Tenant UI webhook events are not being enbaled after Apply
At Tenant UI webhook events are not being enabled after Apply
Mar 4, 2025
sanjesh1000
changed the title
At Tenant UI webhook events are not being enabled after Apply
At Tenant UI webhook events are not being enabled after TF Apply
Mar 4, 2025
I have a quick query regarding webhook configuration using Terraform.
I initially created Webhook A using the Terraform webhook resource, where I assigned a default tenant ID and enabled specific events.
After applying the Terraform configuration, everything looked correct both in the Webhook UI and Tenant UI—the specified events were properly enabled at both levels.
However, when I created Webhook B using the same approach, I assigned a custom tenants (via Tenant IDs), I noticed an issue. While the Webhook UI appears correct, in the Tenant UI → Edit -> Webhook section, the selected events are not displayed.
A key difference between these two setups is the Terraform provider version: When Webhook A was working correctly, we were using Terraform Provider version <= 0.1.111.
For Webhook B, we have upgraded to Terraform Provider 0.2.0.
And for both the webhook we are setting: Transactional Setting = "No webhooks are required to succeed", So by using this setting this is not transactional & for those events to be visible we should not wait for webhook response/timeout/error.
Could you please help identify if this is related to the provider version change or now there’s an additional configuration required from Tenant side also required?
Appreciate your support! (edite
The text was updated successfully, but these errors were encountered: