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
I manage PD with terraform but have made some manual changes in the UI which has led to some drift. I'm attempting to reconcile those changes, but for some reason the pagerduty_team show in-place updates even though nothing about the teams has changed. The TF defining these resources seems to match what is configured in PagerDuty. Why are these teams being updated if all values match?
I can provide the debug output securely. There is sensitive information outside of the API token that I don't want to share publicly, like employee PII.
pagerduty_team should not change if all values match the existing configuration
Actual Behavior
The pagerduty_team will be updated in-place, and new team IDs will be generated causing a cascade of changes downstream
Steps to Reproduce
Unsure of how or why this is happening so I can't say the steps to repro
Important Factoids
Nothing particularly interesting
References
I could not find any existing related issues
The text was updated successfully, but these errors were encountered:
zanthorn
changed the title
pagerduty_team getting updated in-place even though there are no changespagerduty_team getting updated in-place even though there are no changes
Jul 31, 2024
I manage PD with terraform but have made some manual changes in the UI which has led to some drift. I'm attempting to reconcile those changes, but for some reason the
pagerduty_team
show in-place updates even though nothing about the teams has changed. The TF defining these resources seems to match what is configured in PagerDuty. Why are these teams being updated if all values match?Terraform Version
1.6.1
Affected Resource(s)
pagerduty_team
Terraform Configuration Files
Debug Output
I can provide the debug output securely. There is sensitive information outside of the API token that I don't want to share publicly, like employee PII.
Here is cleaned up plan output
Panic Output
No panic
Expected Behavior
pagerduty_team
should not change if all values match the existing configurationActual Behavior
The
pagerduty_team
will be updated in-place, and new team IDs will be generated causing a cascade of changes downstreamSteps to Reproduce
Unsure of how or why this is happening so I can't say the steps to repro
Important Factoids
Nothing particularly interesting
References
I could not find any existing related issues
The text was updated successfully, but these errors were encountered: