zivildienst/infrastructure/compute/compute.tf

6 lines
146 B
Terraform
Raw Permalink Normal View History

2021-01-19 08:10:28 +00:00
module "compute" {
source = "../modules/compute"
image_default_id = lookup(jsondecode(file("../../config.json")), "nixos_snapshot_id", "")
}