Skip to content

Commit

Permalink
Keep ForceNew for folder parameter
Browse files Browse the repository at this point in the history
We need to force a new resource when changing folders since the
dashboards cannot be moved via the API.
  • Loading branch information
Garret Meier authored and paultyng committed Jun 26, 2019
1 parent 1ac0ff1 commit 16eebfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafana/resource_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func ResourceDashboard() *schema.Resource {
"folder": {
Type: schema.TypeInt,
Optional: true,
ForceNew: true,
},

"config_json": {
Expand Down

0 comments on commit 16eebfc

Please sign in to comment.