module "compute" { source = "../modules/compute" image_default_id = lookup(jsondecode(file("../../config.json")), "nixos_snapshot_id", "") }