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
cloudavenue_edgegateway_dhcp_forwarding
Provides a resource to manage Edge Gateway DHCP forwarding configuration.
data "vcd_nsxt_edgegateway" "testing-in-vdc" { name = "XXX" owner_id = "urn:vcloud:vdc:XXX" } resource "vcd_nsxt_edgegateway_dhcp_forwarding" "testing-in-vdc" { edge_gateway_id = data.vcd_nsxt_edgegateway.testing-in-vdc.id enabled = false dhcp_servers = [ "192.168.0.13", ] }
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_edgegateway_dhcp_forwarding
None
The text was updated successfully, but these errors were encountered:
cloudavenue_network_dhcp_forwarding
cloudavenue_edgegateway_dhcp_binding
azrod
Successfully merging a pull request may close this issue.
Description
Provides a resource to manage Edge Gateway DHCP forwarding configuration.
Requested Resource(s) and/or Data Source(s)
cloudavenue_edgegateway_dhcp_forwarding
Potential Terraform Configuration
References
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_edgegateway_dhcp_forwarding
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: