Skip to content
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

Creating a OneDashboard with widgetTables filterCurrentDashboard Always Updates on Pulumi Up #234

Closed
abrahampcmb opened this issue Jan 20, 2022 · 2 comments
Assignees
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

Comments

@abrahampcmb
Copy link

  • Vote on this issue by adding a 👍 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

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

  1. Create a OneDashboard with a widgetTables widget and the filterCurrentDashboard set to true
  2. Perform a pulumi up and see there are changes
  3. Repeat step 2 until you get tired ;)

Expected: Step 2 should have no changes.
Actual: There are changes, specifically:

    pages      : [
        [0]: {
            widgetTables     : [
                [0]: {
                    filterCurrentDashboard: false => true
                }
            ]
        }
    ]

It seems the filterCurrentDashboard bit keeps getting flipped back to false and then needs to be set back to true.

@abrahampcmb abrahampcmb added the kind/bug Some behavior is incorrect or out of spec label Jan 20, 2022
@tusharshahrs
Copy link

This is due to the following upstream issue: filter_current_dashboard of newrelic_one_dashboard is not handled properly

@AaronFriel AaronFriel self-assigned this Jun 21, 2023
@AaronFriel AaronFriel added awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). resolution/fixed This issue was fixed labels Jun 21, 2023
@AaronFriel
Copy link
Contributor

Resolved by the upstream last year; all releases this year have included the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants