diff --git a/outputs.tf b/outputs.tf index 4786212..8a59746 100644 --- a/outputs.tf +++ b/outputs.tf @@ -31,7 +31,7 @@ output "prometheus_server_internal_endpoint" { } output "prometheus_namespace" { - value = local.prometheus_namespace + value = var.prometheus_namespace } ################################################################################