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