You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"nsxt_logical_tier1_router" {
source="./modules/nsxt/r/nsxt_logical_tier1_router"# advertise_connected_routes - (optional) is a type of booladvertise_connected_routes=null# advertise_lb_snat_ip_routes - (optional) is a type of booladvertise_lb_snat_ip_routes=null# advertise_lb_vip_routes - (optional) is a type of booladvertise_lb_vip_routes=null# advertise_nat_routes - (optional) is a type of booladvertise_nat_routes=null# advertise_static_routes - (optional) is a type of booladvertise_static_routes=null# description - (optional) is a type of stringdescription=null# display_name - (optional) is a type of stringdisplay_name=null# edge_cluster_id - (optional) is a type of stringedge_cluster_id=null# enable_router_advertisement - (optional) is a type of boolenable_router_advertisement=null# failover_mode - (optional) is a type of stringfailover_mode=nullfirewall_sections=[{
is_valid =null
target_display_name =null
target_id =null
target_type =null
}]
tag=[{
scope =null
tag =null
}]
}
resource"nsxt_logical_tier1_router""this" {
# advertise_connected_routes - (optional) is a type of booladvertise_connected_routes=var.advertise_connected_routes# advertise_lb_snat_ip_routes - (optional) is a type of booladvertise_lb_snat_ip_routes=var.advertise_lb_snat_ip_routes# advertise_lb_vip_routes - (optional) is a type of booladvertise_lb_vip_routes=var.advertise_lb_vip_routes# advertise_nat_routes - (optional) is a type of booladvertise_nat_routes=var.advertise_nat_routes# advertise_static_routes - (optional) is a type of booladvertise_static_routes=var.advertise_static_routes# description - (optional) is a type of stringdescription=var.description# display_name - (optional) is a type of stringdisplay_name=var.display_name# edge_cluster_id - (optional) is a type of stringedge_cluster_id=var.edge_cluster_id# enable_router_advertisement - (optional) is a type of boolenable_router_advertisement=var.enable_router_advertisement# failover_mode - (optional) is a type of stringfailover_mode=var.failover_modedynamic"firewall_sections" {
for_each=var.firewall_sectionscontent {
# target_id - (optional) is a type of stringtarget_id=firewall_sections.value["target_id"]
# target_type - (optional) is a type of stringtarget_type=firewall_sections.value["target_type"]
}
}
dynamic"tag" {
for_each=var.tagcontent {
# scope - (optional) is a type of stringscope=tag.value["scope"]
# tag - (optional) is a type of stringtag=tag.value["tag"]
}
}
}