From 13b3710f7f2d6da432881d6e5e8933661f14ab97 Mon Sep 17 00:00:00 2001 From: Dylan Turnbull Date: Wed, 7 Oct 2020 20:06:00 -0500 Subject: [PATCH] removed a potentially misleading namespace output --- outputs.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/outputs.tf b/outputs.tf index ef804a0..2475503 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,6 +1,3 @@ output "name" { value = local.argo_project.metadata.name -} -output "namespace" { - value = local.argo_project.metadata.namespace } \ No newline at end of file