PagerDuty / terraform-provider-pagerduty

Terraform PagerDuty provider
https://www.terraform.io/docs/providers/pagerduty/
Mozilla Public License 2.0
205 stars 210 forks source link

Support device_type in pagerduty_user_contact_method #268

Open analytically opened 3 years ago

analytically commented 3 years ago

For enabling push notifications via Terraform, using pagerduty_user_contact_method with type push_notification_contact_method requires the device_type to be set (see API at https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1users~1%7Bid%7D~1contact_methods/post)

Currently pagerduty_user_contact_method doesn't provide a device_type.

satyapramodh commented 2 years ago

Any update on this?

rbillicado commented 10 months ago

Hi, I'm having the same problem. Do you have an update on this?