mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 04:05:38 +00:00
fix: point to actual location of vhd for arrow-aws
This commit is contained in:
parent
da559f808a
commit
0feb11b017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user