When updating the `services` list in a `pagerduty_incident_workflow_trigger`, nothing happens · Issue #1024 · PagerDuty/terraform-provider-pagerduty · GitHub
More Web Proxy on the site http://driver.im/
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
The sort is to avoid pointless plans/updates as the list seems to change order randomly
However if I add another entry to my local.my_services , the plan correctly detects the PagerDuty service ID and shows it should be added. However, after apply, when checking the workflow in the UI, the Conditional list is not actually updated and remains the same as before the update.
TL;DR
Adding new entries the services in pagerduty_incident_workflow_trigger does nothing.
Expected behaviour
The "Conditional trigger" is updated to include new elements added