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
Hi, the endpoint URL is optional API wise in most cases, and the provider was updated to match that behavior in #83, but I believe it can be required in some cases such as the pagerduty_extension_schema named Generic V2 Webhookyou are using here.
For the pagerduty_extension_schema named Slack, the API accepts pagerduty_extension with no endpoint_url defined.
Terraform Version
Terraform v0.11.13
Affected Resource(s)
pagerduty_extension
Terraform Configuration Files
Here is the full code:
https://github.com/heldersepu/hs-scripts/blob/master/TerraForm/pagerduty/pagerduty.tf
Debug Output
Expected Behavior
It should complete without errors?
Actual Behavior
We get that strange 'Url can't be empty' error but according to the documentation the endpoint_url is optional
The text was updated successfully, but these errors were encountered: