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:
This issue was originally opened by @michaelcurran as hashicorp/terraform#11424. It was migrated here as part of the provider split. The original body of the issue is below.
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: