# Purpose: This file is used to output the values of the resources created in the main.tf file. # The output "searxng" block outputs the value of the password from the SearXNG secret in Vault. #output "searxng" { # value = data.vault_generic_secret.searxng.data ["admin_password"] # sensitive = true #}