From 0feb11b0178bd1280b0c9a3dd92a7a67482d2746 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 5 May 2024 20:57:08 -0400 Subject: [PATCH] fix: point to actual location of vhd for arrow-aws --- hosts/arrow/aws/image.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/arrow/aws/image.tf b/hosts/arrow/aws/image.tf index 6bef095..95a5279 100644 --- a/hosts/arrow/aws/image.tf +++ b/hosts/arrow/aws/image.tf @@ -1,5 +1,5 @@ locals { - image_file = one(fileset(path.root, "result/nixos-amazon-image-*.vhd")) + image_file = one(fileset(path.root, "../../../result/nixos-amazon-image-*.vhd")) } # Upload image to S3