You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running astro plan --trace in a repository on the host filesystem the process hangs with:
[TRACE] 2019/05/23 01:48:51 terraform: copying tree from /host/home/Development/my-repo to /host/home/Development/my-repo/.astro/01DBH60VM64E5ZGFBF33H7GQJE/my-module/sandbox
It does work when run from /tmp.
Note that Windows doesn't support symbolic links and other UNIX features so it could be related (other applications using symbolic links have similar issues).
The text was updated successfully, but these errors were encountered:
Symlinks are required for this to work; I haven't tested this on Windows at all. Though I understand symlinks do exist in NTFS so in theory this could work.
When running
astro plan --trace
in a repository on the host filesystem the process hangs with:It does work when run from
/tmp
.Note that Windows doesn't support symbolic links and other UNIX features so it could be related (other applications using symbolic links have similar issues).
The text was updated successfully, but these errors were encountered: