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
Terraform should allow for ongoing management of PagerDuty schedules without conflicts from manual updates made through the UI.
Actual Behavior
Manual changes made to schedules in the PagerDuty UI are overwritten when applying updates through Terraform, causing conflicts and disrupting schedule management.
Steps to Reproduce
Create a PagerDuty schedule using Terraform.
Manually change the schedule via the PagerDuty UI.
Add or update team members in the Terraform configuration.
Apply the Terraform configuration.
Observe that the manual changes are overwritten.
Important Facts:
We are aiming for full management of PagerDuty schedules using Infrastructure as Code (IAC) and do not want to manage schedules manually via the PagerDuty UI. The recommended approach of manual overrides conflicts with this goal and leads to potential inconsistencies.
References
None at this time.
The text was updated successfully, but these errors were encountered:
Terraform Version
terraform -v
Terraform version: v0.13
PagerDuty provider version: v3.15.6(not defined in providers)
Affected Resource(s)
pagerduty_schedule
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Panic Output
Terraform should allow for ongoing management of PagerDuty schedules without conflicts from manual updates made through the UI.
Actual Behavior
Manual changes made to schedules in the PagerDuty UI are overwritten when applying updates through Terraform, causing conflicts and disrupting schedule management.
Steps to Reproduce
Important Facts:
We are aiming for full management of PagerDuty schedules using Infrastructure as Code (IAC) and do not want to manage schedules manually via the PagerDuty UI. The recommended approach of manual overrides conflicts with this goal and leads to potential inconsistencies.
References
None at this time.
The text was updated successfully, but these errors were encountered: