From e13fae7a1d57530bb4901b6d51c9c3d296c17ab3 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 18 Oct 2024 16:21:52 +0200 Subject: [PATCH] Update comment --- bundle/config/mutator/translate_paths_dashboards.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/translate_paths_dashboards.go b/bundle/config/mutator/translate_paths_dashboards.go index 2dfe3ef9d..93822a599 100644 --- a/bundle/config/mutator/translate_paths_dashboards.go +++ b/bundle/config/mutator/translate_paths_dashboards.go @@ -8,7 +8,7 @@ import ( func (t *translateContext) applyDashboardTranslations(v dyn.Value) (dyn.Value, error) { // Convert the `file_path` field to a local absolute path. - // Terraform will load the file at this path and use its contents for the dashboard contents. + // We load the file at this path and use its contents for the dashboard contents. pattern := dyn.NewPattern( dyn.Key("resources"), dyn.Key("dashboards"),