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
For the crossplane provider-grafana this can be annoying as it makes the field folder practically immutable. See this upjet issue discussing how to handle fields with ForceNew: true.
Nonetheless in this case I actually have difficulty to understand why changing folder needs ForceNew: true set.
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Issue
Currently the parameter
folder
of the dashboard resource has theForceNew: true
set:terraform-provider-grafana/internal/resources/grafana/resource_dashboard.go
Lines 65 to 68 in 2ab68d4
For the crossplane provider-grafana this can be annoying as it makes the field
folder
practically immutable. See this upjet issue discussing how to handle fields withForceNew: true
.Nonetheless in this case I actually have difficulty to understand why changing
folder
needsForceNew: true
set.relevant history check of dashboard resource:
However when testing - with curl or the grafana-api-golang-client - to move a dashboard between 2 folders, I actually did not ran into any problems.
Here my go code used for testing:
Produced output logs:
The text was updated successfully, but these errors were encountered: