fix: point to actual location of vhd for arrow-aws

This commit is contained in:
Noah Masur 2024-05-05 20:57:08 -04:00
parent da559f808a
commit 0feb11b017
No known key found for this signature in database

View File

@ -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