fix sops file

This commit is contained in:
Jörg Thalheim
2023-10-24 18:37:53 +02:00
committed by mergify[bot]
parent 62fc9f681a
commit 667dd1454b
4 changed files with 13 additions and 2 deletions

View File

@ -29,7 +29,10 @@ module "deploy" {
target_host = hcloud_server.nixos_wiki.ipv4_address
instance_id = hcloud_server.nixos_wiki.id
extra_files_script = "${path.module}/decrypt-age-keys.sh"
debug_logging = true
extra_environment = {
SOPS_FILE = var.sops_file
}
debug_logging = true
}
locals {