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"fortios_wirelesscontroller_global" {
source="./modules/fortios/r/fortios_wirelesscontroller_global"# ap_log_server - (optional) is a type of stringap_log_server=null# ap_log_server_ip - (optional) is a type of stringap_log_server_ip=null# ap_log_server_port - (optional) is a type of numberap_log_server_port=null# control_message_offload - (optional) is a type of stringcontrol_message_offload=null# data_ethernet_ii - (optional) is a type of stringdata_ethernet_ii=null# discovery_mc_addr - (optional) is a type of stringdiscovery_mc_addr=null# fiapp_eth_type - (optional) is a type of numberfiapp_eth_type=null# image_download - (optional) is a type of stringimage_download=null# ipsec_base_ip - (optional) is a type of stringipsec_base_ip=null# link_aggregation - (optional) is a type of stringlink_aggregation=null# location - (optional) is a type of stringlocation=null# max_clients - (optional) is a type of numbermax_clients=null# max_retransmit - (optional) is a type of numbermax_retransmit=null# mesh_eth_type - (optional) is a type of numbermesh_eth_type=null# name - (optional) is a type of stringname=null# rogue_scan_mac_adjacency - (optional) is a type of numberrogue_scan_mac_adjacency=null# wtp_share - (optional) is a type of stringwtp_share=null
}
resource"fortios_wirelesscontroller_global""this" {
# ap_log_server - (optional) is a type of stringap_log_server=var.ap_log_server# ap_log_server_ip - (optional) is a type of stringap_log_server_ip=var.ap_log_server_ip# ap_log_server_port - (optional) is a type of numberap_log_server_port=var.ap_log_server_port# control_message_offload - (optional) is a type of stringcontrol_message_offload=var.control_message_offload# data_ethernet_ii - (optional) is a type of stringdata_ethernet_ii=var.data_ethernet_ii# discovery_mc_addr - (optional) is a type of stringdiscovery_mc_addr=var.discovery_mc_addr# fiapp_eth_type - (optional) is a type of numberfiapp_eth_type=var.fiapp_eth_type# image_download - (optional) is a type of stringimage_download=var.image_download# ipsec_base_ip - (optional) is a type of stringipsec_base_ip=var.ipsec_base_ip# link_aggregation - (optional) is a type of stringlink_aggregation=var.link_aggregation# location - (optional) is a type of stringlocation=var.location# max_clients - (optional) is a type of numbermax_clients=var.max_clients# max_retransmit - (optional) is a type of numbermax_retransmit=var.max_retransmit# mesh_eth_type - (optional) is a type of numbermesh_eth_type=var.mesh_eth_type# name - (optional) is a type of stringname=var.name# rogue_scan_mac_adjacency - (optional) is a type of numberrogue_scan_mac_adjacency=var.rogue_scan_mac_adjacency# wtp_share - (optional) is a type of stringwtp_share=var.wtp_share
}