-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Labels
Milestone
Description
Code of Conduct
- I have read and agree to the project's Code of Conduct.
- Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
- Do not leave "+1" or other comments that do not add relevant information or questions.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
https://registry.terraform.io/providers/vmware/vsphere/latest/docs/resources/supervisor resource does not let you specify the management_network to use DHCP.
Use Case(s)
I want to use DHCP for Managment Network
Potential Configuration
management_network {
network_mode = "DHCP"
network = "<portgroup_id>"
...
}
References
No response