Repository files navigation
Name
Version
nsxt
~>3.2.5
No modules.
Name
Description
Type
Default
Required
create_dhcp_server
(Optional) Conditional that creates a DHCP server within the NSX-T environment on the Tier1 Router specified in var.tier1
bool
false
no
dhcp_server_description
(Optional) Description associated with the DHCP server (if one is being created)
string
"DHCP Server provisioned via Terraform"
no
dhcp_server_lease
(Optional) Default lease associated with the DHCP server that will be created on the Tier1 router
number
86400
no
dhcp_server_name
(Optional) Name of the DHCP server that will be created on the Tier1 router
string
n/a
yes
edge_cluster_name
(Optional) Name of the Edge Cluster that will be used for the DHCP Server
string
"edge-cluster"
no
mac_profile_name
(Optional) Name of a custom MAC discovery profile to use (if present)
string
null
no
overlay_tz
(Required) Name of the Overlay Transport Zone that will be used
string
"TZ-OVERLAY"
no
segments
(Required) Map containing the configuration for the NSX-T segments that will be created
map(object({ name = string description = string cidr = string dhcp_range = string dhcp_server_address = string scope = optional(string) lease_time = optional(string) dns_servers = list(string) tags = optional(map(object({ tag = string scope = string }))) }))
n/a
yes
tier1
(Required) Name of the Tier1 Router that will be used
string
"Tier1"
no
Name
Description
segments
Output of created segments
You can’t perform that action at this time.