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
it looks like the provider does not update the ui_metadataproperly. Tried matching the order of json properties thinking diff might be different what the Read vs it sees? Not sure.
Two scenarios happening:
It creates the resource initially, but when you plan again it'll think those are updated values even if there are no actual changes
It creates the resources initially. Any succeeding updates persists in OpenSearch but provider thinks it's still an update.
Hence I think the provider does not track the correct state for this property?
The text was updated successfully, but these errors were encountered:
Has anyone found how to solve this issue?
I tried using a different provider "opensearch-project/opensearch". The same problem.
Maybe there is another option on how to import (add) OpenSearch alerts to terrafrom?
@oleksiidv thanks for naming another provider name, didn't hear about that before. If you can reproduce the problem on their provider, can you fill the issue on their project, please? I think it might be fixed faster there because it looks more alive. (here the last release was 2 years before)
Given the follwing code:
it looks like the provider does not update the
ui_metadata
properly. Tried matching the order of json properties thinking diff might be different what the Read vs it sees? Not sure.Two scenarios happening:
Hence I think the provider does not track the correct state for this property?
The text was updated successfully, but these errors were encountered: