2024-05-25 05:32:38 +02:00

8 lines
308 B
HCL

# 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
#}