Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 6, 2024
1 parent f6fec8a commit ff403a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ output "global_password" {

output "vault_init" {
description = "Inicialization of Vault Service."
value = "kubectl exec -it vault-0 -n ${local.vault_ns} -- vault operator init | tee ${local.vault_init_file_path} || echo \"Vault is already initialized.\""
value = "kubectl exec -it vault-0 -n ${local.vault_ns} -- vault operator init | tee ${local.vault_init_file_path} || echo \"Vault initialization failed.\""
}

output "vault_init_log_file" {
Expand Down

0 comments on commit ff403a5

Please sign in to comment.