-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Community Note
- 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 "me too" comments, 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
Terraform Version
12.17
Affected Resource(s)
property_sets array on all repositories.
Terraform Configuration Files
I previously had property_sets = [artifactory] set on all repos (remote and local). I later removed property_sets from my repo resource and ran tf apply. However if I navigated to any of my local repos and went to Advanced, I could see that property_sets was still showing Artifactory property as Selected. If I ran tf plan once more, it confirmed my findings, since it again showed that property_sets on each repo resources needed changing.
I then tried passing an empty property_sets array instead of deleting the property from the repo resource. Unfortunately that exhibits the same issue.
Is this is a known bug or some issue with Jfrog API?
Debug Output
NA
Panic Output
NA
Expected Behavior
property_sets property/array should get updated as per terraform code.
Actual Behavior
property_sets value get ignored after first apply.