We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a requirement for VM's to be multi-homed, but I only want one default gateway. According to https://www.terraform.io/docs/providers/nsxt/r/logical_dhcp_server.html the gateway property is required, but through the NSX-T CLI/API this is not the case:
Trying to specify a DHCP server without a gateway returns the following:
The argument "gateway_ip" is required, but no definition was found.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, fixed with https://github.com/terraform-providers/terraform-provider-nsxt/pull/245
Sorry, something went wrong.
No branches or pull requests
I have a requirement for VM's to be multi-homed, but I only want one default gateway. According to https://www.terraform.io/docs/providers/nsxt/r/logical_dhcp_server.html the gateway property is required, but through the NSX-T CLI/API this is not the case:
Trying to specify a DHCP server without a gateway returns the following:
The argument "gateway_ip" is required, but no definition was found.
The text was updated successfully, but these errors were encountered: