Jon Middleton

Results 3 issues of Jon Middleton

- Add a pagerduty_response_play data source (fixes: #457) This would be used as follows: ```terraform data "pagerduty_response_play" "this" { name = "Response Play" from = data.pagerduty_user.this.email } ``` Then it'll...

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

The API for `https://api.pagerduty.com/escalation_policies` supports setting `on_call_handoff_notifications`, but this is not exposed in Terraform. Which always ends up as the default `if_has_services`. We'll like to override this default and set...