Skip to content

Commit

Permalink
missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 21, 2023
1 parent 0d54ad6 commit f58e49d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/foundation-install/loki.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module "generate_loki_files" {
var_map = {
loki_chart_repo = var.loki_chart_repo
loki_chart_version = var.loki_chart_version
loki_namespace = var.loki_namespace
gitlab_server_url = var.gitlab_server_url
gitlab_project_url = var.gitlab_project_url
public_subdomain = var.public_subdomain
dashboard_namespace = "monitoring"
client_id = var.grafana_oauth_client_id
Expand Down Expand Up @@ -68,3 +70,9 @@ variable "loki_sync_wave" {
description = "loki_sync_wave"
default = "-4"
}

variable "loki_namespace" {
type = string
description = "loki_namespace"
default = "monitoring"
}

0 comments on commit f58e49d

Please sign in to comment.