Refactor SSH connection check step to clarify purpose

This commit is contained in:
2024-09-24 21:47:11 +02:00
parent 23880cc025
commit 10940b64fd
32 changed files with 2 additions and 2 deletions
@@ -0,0 +1,15 @@
output "host" {
value = "mariadb"
}
output "port" {
value = 3306
}
output "root_crendentials_name" {
value = kubernetes_secret.root_password.metadata[0].name
}
output "app_crendentials_name" {
value = kubernetes_secret.app_password.metadata[0].name
}