james00002
james00002
### Affected Resource(s) - pagerduty_incident_workflow ### Documentation Gap The documentation ([here](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/incident_workflow#example-usage)) provides an example of how to send a status update, but examples for other actions are needed. For example,...
### Affected Resource(s) - pagerduty_service ### Expected Behavior There is no way to set the Conference URL in the terraform configuration for a service. Expect that something like `conference_url` should...
From issues #307 and #342 I learned that you can pass schema registry username and password in the url like this ``` -r https://user:[email protected] ``` This does work fine normally,...