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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Description
It seems that because davinci_application.policy is a TypeSet, when any part of the policy changes it identifies it as a new item instead of just updating the item.
Community Note
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Description
It seems that because davinci_application.policy is a TypeSet, when any part of the policy changes it identifies it as a new item instead of just updating the item.
This indicates that the hash of the set is an innaccurate representation of the schema.resource
DaVinci Terraform provider Version
v0.1.12
Terraform Version
Affected Resource(s)
davinci_application
Terraform Configuration Files
# change any field in an application policy.
Debug Output
Panic Output
Expected Behavior
The field and policy should just need an update.
Actual Behavior
The policy is deleted and replaced
The text was updated successfully, but these errors were encountered: