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
Due to what I believe is a limitation of the Plugin SDKv2, when removing graph_settings from a board query the values will not be all set to false but instead left as they were previously in state.
Bug discovered while investigating another bug related to graph_settings (see: #400).
Likely fix is to reimplement the honeycombio_board resource in the new Plugin Framework (as has been done for the trigger and burn alert resource).
Steps to reproduce
Add a query to a board with graph_settings set, apply it, then after creation remove the query's graph_settings block. When you run plan/apply again there will be no changes to apply but terraform show retains the old values.
Additional context
Suggested workaround is to either leave graph_settings {} in the query or simply leave one or more settings as false. e.g.
…oved (#400)
When removing a setting from `graph_settings` the value is not reverted
to "false" (the documented default).
During testing #399 was discovered but I believe the fix there is to
re-implement the resource in the Plugin Framework.
Initially reported via Honeycomb Support.
---
- To see the specific tasks where the Asana app for GitHub is being
used, see below:
- https://app.asana.com/0/0/1205951498507418
Due to what I believe is a limitation of the Plugin SDKv2, when removing
graph_settings
from a boardquery
the values will not be all set tofalse
but instead left as they were previously in state.Bug discovered while investigating another bug related to
graph_settings
(see: #400).Likely fix is to reimplement the
honeycombio_board
resource in the new Plugin Framework (as has been done for the trigger and burn alert resource).Steps to reproduce
Add a query to a board with
graph_settings
set, apply it, then after creation remove the query'sgraph_settings
block. When you run plan/apply again there will be no changes to apply butterraform show
retains the old values.Additional context
Suggested workaround is to either leave
graph_settings {}
in thequery
or simply leave one or more settings asfalse
. e.g.The text was updated successfully, but these errors were encountered: