zivildienst/infrastructure/compute/compute.tf
2021-01-19 09:10:28 +01:00

6 lines
146 B
HCL

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