zivildienst/infrastructure/compute/compute.tf

6 lines
146 B
HCL

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