Skip to content

Releases: global-vmware/vcd_nsxt_network_dhcp

v2.1.0

07 Jan 23:16

Choose a tag to compare

Release Notes - v2.1.0

🚀 Features & Enhancements
Variable Simplification: The segments variable now uses Terraform's optional() attribute modifier, allowing you to omit most fields in your .tfvars for standard deployments.
Enhanced Validation: Added strict validation rules for DHCP modes (EDGE, NETWORK, RELAY) to ensure mandatory attributes like listener_ip_address are provided where needed and forbidden where not.
Smart Defaults:
dhcp_mode now defaults to "EDGE".
dns_servers defaults to ["192.168.255.228"].
lease_time defaults to 30 days (2,592,000 seconds).
Accurate Outputs: The dhcp_pools output now reads directly from deployed resource attributes and includes the resource ID.
Documentation Updated: The README.md has been fully updated to reflect the new requirements, simplified variables, and validation rules for version 2.1.0.
🧹 Cleanup
Removed Unsupported Attributes: Cleaned up the segments variable by removing non-functional attributes gateway, prefix_length, and dns_suffix.
⚠️ Breaking Changes
Terraform Requirement: This module now requires Terraform v1.5.7 or higher to support attribute-level default values.

v2.0.1

12 Dec 19:10
1d580ac

Choose a tag to compare

  • "vcd_nsxt_network_dhcp" Module Release 2.0.1

  • Added the "org" Argument to the "vcd_vdc_group" Data Source

  • Updated the source URL Reference in the "vcd_nsxt_network_dhcp" Module Code Snippet to Version 2.0.1 in the Example Usage Section of the README

v2.0.0

27 Jun 21:47

Choose a tag to compare

  • vcd_nsxt_network_dhcp Module Release Version 2.0.0

  • Moved the dhcp_mode, listener_ip_address, lease_time, and dns_servers variables into the segments variable map.

  • Terraform Users will now be able to customize DHCP Modes, DNS Servers and DHCP Lease Times by Org Network Segment.

  • Updated the README and Example Code to support the new updates.

v1.1.0

16 May 16:09

Choose a tag to compare

This is the first release of the "DHCP Terraform Module for Routed Data Center Group Networks" that we will be used for creating Terraform Code in the Rackspace Build Automation Tool.