Terraform-VMWare-Modules / terraform-vsphere-vm

Terraform vSphere module for provisioning Virtual Machines
https://registry.terraform.io/modules/Terraform-VMWare-Modules/vm/vsphere/
MIT License
169 stars 176 forks source link

Network Interface Parameters #131

Closed guedes84 closed 2 years ago

guedes84 commented 2 years ago

hi all!

how can i setup the network interface to "enable" while deploying? after deploy the network continue disabled and Terraform finish with errors: An error occurred while setting up network properties of the guest OS

my network conf:

  network = {
    "PORT-GROUP-1" = ["192.168.0.10"]
  }
  network_type     = ["vmxnet3"]
  ipv4submask      = ["20"]
  vmgateway         = "192.168.0.254"
  dc                = "CLUSTER-1"
  datastore_cluster = "DSC_TESTE"
}
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

enable