Skip to content

Commit b710a95

Browse files
authored
Update grafana.tf
1 parent 482d0ce commit b710a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nap/grafana.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "helm_release" "grafana" {
2-
name = format("%s-gfa-%s", lower(local.project_prefix), lower(local.build_suffix))
2+
name = format("%s-gfa-%s", lower(local.prefix), lower(local.build_suffix))
33
repository = "https://grafana.github.io/helm-charts"
44
chart = "grafana"
55
version = "6.50.7"

0 commit comments

Comments
 (0)