Skip to content
New issue

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

[New Resource]: Add cloudavenue_edgegateway_dhcp_forwarding #421

Closed
valentin-dubreuil opened this issue Jul 25, 2023 · 0 comments · Fixed by #429
Closed

[New Resource]: Add cloudavenue_edgegateway_dhcp_forwarding #421

valentin-dubreuil opened this issue Jul 25, 2023 · 0 comments · Fixed by #429

Comments

@valentin-dubreuil
Copy link
Contributor

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

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",
  ]
}

References

https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_edgegateway_dhcp_forwarding

Would you like to implement a fix?

None

@azrod azrod self-assigned this Jul 25, 2023
@azrod azrod changed the title [New Resource]: Add cloudavenue_edgegateway_dhcp_forwarding [New Resource]: Add cloudavenue_network_dhcp_forwarding Jul 25, 2023
@azrod azrod linked a pull request Jul 25, 2023 that will close this issue
3 tasks
@azrod azrod changed the title [New Resource]: Add cloudavenue_network_dhcp_forwarding [New Resource]: Add cloudavenue_edgegateway_dhcp_forwarding Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants