mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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 {
|
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
|
# Upload image to S3
|
||||||
|
Loading…
Reference in New Issue
Block a user