Skip to content

Commit

Permalink
Remove $${ interpolation fix (#115)
Browse files Browse the repository at this point in the history
* Remove `$${` interpolation fix
The newest version of this provider doesn't use Terraform anymore, so this is now causing issues (since `$${` is sent directly)

* make generate
  • Loading branch information
julienduchesne authored Mar 21, 2024
1 parent d5f92b8 commit 83f2de1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 107 deletions.
1 change: 0 additions & 1 deletion config/grafana/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func Configure(p *ujconfig.Provider) {
SelectorFieldName: "FolderSelector",
Extractor: SelfPackagePath + ".UIDExtractor()",
}
r.InitializerFns = append(r.InitializerFns, createDashboardConfigInitializer)
})
p.AddResourceConfigurator("grafana_dashboard_public", func(r *ujconfig.Resource) {
r.References["dashboard_uid"] = ujconfig.Reference{
Expand Down
57 changes: 0 additions & 57 deletions config/grafana/dashboard_init.go

This file was deleted.

46 changes: 0 additions & 46 deletions config/grafana/dashboard_init_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions internal/controller/oss/dashboard/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83f2de1

Please sign in to comment.