Skip to content

Allow vsphere_supervisor managment_network to specify DHCP #2612

@peterbaumert

Description

@peterbaumert

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions