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