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
Using rotation_virtual_start you should be able to adjust the schedule handoff time, and it should remain set to the specified time.
Actual Behavior
Once rotation_virtual_start has been set future changes to it are not detected during plans, and additional changes to the pagerduty_schedule resource, such as adding or removing users, cause the handoff time to change even though rotation_virtual_start has not been updated. I've noticed the change seems to decrease by 5 hours on each apply.
Steps to Reproduce
For rotation_virtual_start changes not being detected:
Create a pagerduty_schedule resource
terraform apply
Update rotation_virtual_start
terraform plan
For the handoff time being updated when not updating rotation_virtual_start:
Create a pagerduty_schedule resource
terraform apply
Check the schedule in PagerDuty
Add a user to the pagerduty_schedule resource (or add it directly within PagerDuty)
terraform apply (the handoff time for the schedule in PagerDuty should have changed)
The text was updated successfully, but these errors were encountered:
I'm seeing similar issues, too. I can change the offset times in start and rotation_virtual_start and run terraform plan and then run terraform plan and terraform plans no changes. In fact, I can change the start date in the PagerDuty UI and then run terraform plan and terraform is completely oblivious (it still doesn't plan to change anything).
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I am trying to use
pagerduty_schedule
to set a weekly rotation androtation_virtual_start
to set a specific handoff time within the schedule.Terraform Version
Terraform v0.8.4
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Using
rotation_virtual_start
you should be able to adjust the schedule handoff time, and it should remain set to the specified time.Actual Behavior
Once
rotation_virtual_start
has been set future changes to it are not detected during plans, and additional changes to thepagerduty_schedule
resource, such as adding or removing users, cause the handoff time to change even thoughrotation_virtual_start
has not been updated. I've noticed the change seems to decrease by 5 hours on each apply.Steps to Reproduce
For
rotation_virtual_start
changes not being detected:pagerduty_schedule
resourceterraform apply
rotation_virtual_start
terraform plan
For the handoff time being updated when not updating
rotation_virtual_start
:pagerduty_schedule
resourceterraform apply
pagerduty_schedule
resource (or add it directly within PagerDuty)terraform apply
(the handoff time for the schedule in PagerDuty should have changed)The text was updated successfully, but these errors were encountered: