Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement shared folders #7

Open
c4milo opened this issue Aug 8, 2014 · 0 comments
Open

Implement shared folders #7

c4milo opened this issue Aug 8, 2014 · 0 comments

Comments

@c4milo
Copy link
Member

c4milo commented Aug 8, 2014

A shared folder resource does not exists outside of a virtual machine in VMware workstation. So, it is not possible to model it as a normal resource in Terraform. That's why we have to embed it inside the vix_vm resource.

This is how a block would look like for shared folders:

shared_folder {
        enable = false
        name = "Dev1"
        guest_path = "/home/camilo/dev"
        host_path = "/Users/camilo/Development"
        readonly = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant