output "secrets_file_path" {
  description = "Path to the generated Vault secrets file"
  value       = abspath(local_file.vault_secrets.filename)
}

output "vault_secrets_path" {
  description = "The path to the vault secrets file"
  value       = local.full_vault_path
} 