Skip to content

Commit

Permalink
output namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemAlSaady committed Jul 27, 2021
1 parent 2821e94 commit a50a1a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "namespace" {
value = kubernetes_namespace.argo.metadata.0.name
}

output "argocd_git_public_key" {
value = var.argocd_git_ssh_auto_generate_keys ? tls_private_key.git.0.public_key_openssh : "CUSTOM_KEY_USED"
}
Expand Down

0 comments on commit a50a1a8

Please sign in to comment.