Mounting folder into workspace
Hello everyone, I'm trying to set up a new workspace that should also include a folder from the host which contains a database dump so we can develop using the same data as in production. As the dump is rather big, I don't want to simply run
I've added this to my
When creating the workspace, the folder
What am I missing here?
COPY to add it to the Workspace. I've added this to my
main.tf:When creating the workspace, the folder
/home/${local.username}/database_dump/ is created, but empty. What am I missing here?