Merge branch '20035-salt-installer-privkey'. Closes #20035
[arvados.git] / tools / salt-install / terraform / aws / services / outputs.tf
index 84568761331ce93fa7056913e7116449faaca27b..0c29420e80f09bca5b59a9fefa61bca37b64d652 100644 (file)
@@ -58,3 +58,7 @@ output "deploy_user" {
 output "region_name" {
   value = data.terraform_remote_state.vpc.outputs.region_name
 }
+
+output "ssl_password_secret_name" {
+  value = aws_secretsmanager_secret.ssl_password_secret.name
+}
\ No newline at end of file