Creating a OneDashboard with widgetTables filterCurrentDashboard Always Updates on Pulumi Up #234
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Issue details
When creating a OneDashboard using the widgetTables filterCurrentDashboard flag set to true then subsequent pulumi up calls always perform an update. Subsequent pulumi up calls should not have any changes, since nothing is being changed.
Steps to reproduce
Expected: Step 2 should have no changes.
Actual: There are changes, specifically:
It seems the filterCurrentDashboard bit keeps getting flipped back to false and then needs to be set back to true.
The text was updated successfully, but these errors were encountered: