-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent ordering of members within opsgenie_teams #418
Comments
We are also experiencing this issue in provider version v0.6.34. |
So, what I found as a workaround is if you also set the |
gustavlasko
added a commit
to gustavlasko/terraform-provider-opsgenie
that referenced
this issue
Aug 27, 2024
When adding members to a team, if you don't specify the username in the `member` block, the member is deleted and recreated with every plan. A workaround for this is to set the `username` for the member as well. opsgenie#418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Once the change has applied, no other changes will be detected as necessary without either the TF code changing or the config in OpsGenie changing.
Actual Behavior
Random drift:
Steps to Reproduce
terraform apply
to apply the original configterraform plan
to see random/unexpected driftImportant Factoids
This appears to be a full regression of #326 and/or #288.
References
member
s withinopsgenie_team
s #326The text was updated successfully, but these errors were encountered: