Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terraform-modules/aws/helm/kube-prometheus-stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "helm_release" "helm_chart" {

values = [
# templatefile("${path.module}/values.yaml", {
templatefile("./values_local.yaml", {
templatefile("${path.module}/values_local.yaml", {
enable_grafana_aws_role = var.enable_iam_assumable_role_grafana
aws_account_id = var.aws_account_id
role_name = local.k8s_service_account_name
Expand Down