hooklift / terraform-provider-vix

VMware VIX provider for Terraform
Mozilla Public License 2.0
103 stars 22 forks source link

Due to limitations in Terraform, network and shared folders can not be implement as formal Terraform resources #13

Closed c4milo closed 9 years ago

c4milo commented 10 years ago

This causes difficulties when managing network adapters as there is not a clean way to identify them. A result of this is that network adapters have to be removed and re-added every time any of them changes, refreshing the MAC address with it. One possible workaround would be to have the user to specify an ID per each adapter but we prefer to wait a bit more as the current implementation is good enough to begin with.

c4milo commented 10 years ago

More information about MAC addresses in VMware can be found here: https://www.vmware.com/support/ws55/doc/ws_net_advanced_mac_address.html

c4milo commented 9 years ago

tagging as invalid for now.