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_wirelesscontrollerhotspot20_hsprofile" {
source="./modules/fortios/r/fortios_wirelesscontrollerhotspot20_hsprofile"# access_network_asra - (optional) is a type of stringaccess_network_asra=null# access_network_esr - (optional) is a type of stringaccess_network_esr=null# access_network_internet - (optional) is a type of stringaccess_network_internet=null# access_network_type - (optional) is a type of stringaccess_network_type=null# access_network_uesa - (optional) is a type of stringaccess_network_uesa=null# anqp_domain_id - (optional) is a type of numberanqp_domain_id=null# bss_transition - (optional) is a type of stringbss_transition=null# conn_cap - (optional) is a type of stringconn_cap=null# deauth_request_timeout - (optional) is a type of numberdeauth_request_timeout=null# dgaf - (optional) is a type of stringdgaf=null# domain_name - (optional) is a type of stringdomain_name=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# gas_comeback_delay - (optional) is a type of numbergas_comeback_delay=null# gas_fragmentation_limit - (optional) is a type of numbergas_fragmentation_limit=null# hessid - (optional) is a type of stringhessid=null# ip_addr_type - (optional) is a type of stringip_addr_type=null# l2tif - (optional) is a type of stringl2tif=null# n3gpp_plmn - (optional) is a type of stringn3gpp_plmn=null# nai_realm - (optional) is a type of stringnai_realm=null# name - (optional) is a type of stringname=null# network_auth - (optional) is a type of stringnetwork_auth=null# oper_friendly_name - (optional) is a type of stringoper_friendly_name=null# osu_ssid - (optional) is a type of stringosu_ssid=null# pame_bi - (optional) is a type of stringpame_bi=null# proxy_arp - (optional) is a type of stringproxy_arp=null# qos_map - (optional) is a type of stringqos_map=null# roaming_consortium - (optional) is a type of stringroaming_consortium=null# venue_group - (optional) is a type of stringvenue_group=null# venue_name - (optional) is a type of stringvenue_name=null# venue_type - (optional) is a type of stringvenue_type=null# wan_metrics - (optional) is a type of stringwan_metrics=null# wnm_sleep_mode - (optional) is a type of stringwnm_sleep_mode=nullosu_provider=[{
name =null
}]
}
resource"fortios_wirelesscontrollerhotspot20_hsprofile""this" {
# access_network_asra - (optional) is a type of stringaccess_network_asra=var.access_network_asra# access_network_esr - (optional) is a type of stringaccess_network_esr=var.access_network_esr# access_network_internet - (optional) is a type of stringaccess_network_internet=var.access_network_internet# access_network_type - (optional) is a type of stringaccess_network_type=var.access_network_type# access_network_uesa - (optional) is a type of stringaccess_network_uesa=var.access_network_uesa# anqp_domain_id - (optional) is a type of numberanqp_domain_id=var.anqp_domain_id# bss_transition - (optional) is a type of stringbss_transition=var.bss_transition# conn_cap - (optional) is a type of stringconn_cap=var.conn_cap# deauth_request_timeout - (optional) is a type of numberdeauth_request_timeout=var.deauth_request_timeout# dgaf - (optional) is a type of stringdgaf=var.dgaf# domain_name - (optional) is a type of stringdomain_name=var.domain_name# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# gas_comeback_delay - (optional) is a type of numbergas_comeback_delay=var.gas_comeback_delay# gas_fragmentation_limit - (optional) is a type of numbergas_fragmentation_limit=var.gas_fragmentation_limit# hessid - (optional) is a type of stringhessid=var.hessid# ip_addr_type - (optional) is a type of stringip_addr_type=var.ip_addr_type# l2tif - (optional) is a type of stringl2tif=var.l2tif# n3gpp_plmn - (optional) is a type of stringn3gpp_plmn=var.n3gpp_plmn# nai_realm - (optional) is a type of stringnai_realm=var.nai_realm# name - (optional) is a type of stringname=var.name# network_auth - (optional) is a type of stringnetwork_auth=var.network_auth# oper_friendly_name - (optional) is a type of stringoper_friendly_name=var.oper_friendly_name# osu_ssid - (optional) is a type of stringosu_ssid=var.osu_ssid# pame_bi - (optional) is a type of stringpame_bi=var.pame_bi# proxy_arp - (optional) is a type of stringproxy_arp=var.proxy_arp# qos_map - (optional) is a type of stringqos_map=var.qos_map# roaming_consortium - (optional) is a type of stringroaming_consortium=var.roaming_consortium# venue_group - (optional) is a type of stringvenue_group=var.venue_group# venue_name - (optional) is a type of stringvenue_name=var.venue_name# venue_type - (optional) is a type of stringvenue_type=var.venue_type# wan_metrics - (optional) is a type of stringwan_metrics=var.wan_metrics# wnm_sleep_mode - (optional) is a type of stringwnm_sleep_mode=var.wnm_sleep_modedynamic"osu_provider" {
for_each=var.osu_providercontent {
# name - (optional) is a type of stringname=osu_provider.value["name"]
}
}
}