Skip to content

Commit

Permalink
fix: add eks-namespace output
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Nov 13, 2019
1 parent 98f8aec commit 73858db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/eks-namespaces/namespaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,6 @@ resource "kubernetes_network_policy" "namespace_allow_monitoring" {
}
}

output "eks-namespaces" {
value = kubernetes_namespace.namespace.*.metadata.0.name
}

0 comments on commit 73858db

Please sign in to comment.