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_extendercontroller_extender" {
source="./modules/fortios/r/fortios_extendercontroller_extender"# aaa_shared_secret - (optional) is a type of stringaaa_shared_secret=null# access_point_name - (optional) is a type of stringaccess_point_name=null# admin - (required) is a type of stringadmin=null# at_dial_script - (optional) is a type of stringat_dial_script=null# billing_start_day - (optional) is a type of numberbilling_start_day=null# cdma_aaa_spi - (optional) is a type of stringcdma_aaa_spi=null# cdma_ha_spi - (optional) is a type of stringcdma_ha_spi=null# cdma_nai - (optional) is a type of stringcdma_nai=null# conn_status - (optional) is a type of numberconn_status=null# description - (optional) is a type of stringdescription=null# dial_mode - (optional) is a type of stringdial_mode=null# dial_status - (optional) is a type of numberdial_status=null# ext_name - (optional) is a type of stringext_name=null# fosid - (required) is a type of stringfosid=null# ha_shared_secret - (optional) is a type of stringha_shared_secret=null# ifname - (optional) is a type of stringifname=null# initiated_update - (optional) is a type of stringinitiated_update=null# mode - (optional) is a type of stringmode=null# modem_passwd - (optional) is a type of stringmodem_passwd=null# modem_type - (optional) is a type of stringmodem_type=null# multi_mode - (optional) is a type of stringmulti_mode=null# ppp_auth_protocol - (optional) is a type of stringppp_auth_protocol=null# ppp_echo_request - (optional) is a type of stringppp_echo_request=null# ppp_password - (optional) is a type of stringppp_password=null# ppp_username - (optional) is a type of stringppp_username=null# primary_ha - (optional) is a type of stringprimary_ha=null# quota_limit_mb - (optional) is a type of numberquota_limit_mb=null# redial - (optional) is a type of stringredial=null# redundant_intf - (optional) is a type of stringredundant_intf=null# roaming - (optional) is a type of stringroaming=null# role - (required) is a type of stringrole=null# secondary_ha - (optional) is a type of stringsecondary_ha=null# sim_pin - (optional) is a type of stringsim_pin=null# vdom - (optional) is a type of numbervdom=null# wimax_auth_protocol - (optional) is a type of stringwimax_auth_protocol=null# wimax_carrier - (optional) is a type of stringwimax_carrier=null# wimax_realm - (optional) is a type of stringwimax_realm=null
}
resource"fortios_extendercontroller_extender""this" {
# aaa_shared_secret - (optional) is a type of stringaaa_shared_secret=var.aaa_shared_secret# access_point_name - (optional) is a type of stringaccess_point_name=var.access_point_name# admin - (required) is a type of stringadmin=var.admin# at_dial_script - (optional) is a type of stringat_dial_script=var.at_dial_script# billing_start_day - (optional) is a type of numberbilling_start_day=var.billing_start_day# cdma_aaa_spi - (optional) is a type of stringcdma_aaa_spi=var.cdma_aaa_spi# cdma_ha_spi - (optional) is a type of stringcdma_ha_spi=var.cdma_ha_spi# cdma_nai - (optional) is a type of stringcdma_nai=var.cdma_nai# conn_status - (optional) is a type of numberconn_status=var.conn_status# description - (optional) is a type of stringdescription=var.description# dial_mode - (optional) is a type of stringdial_mode=var.dial_mode# dial_status - (optional) is a type of numberdial_status=var.dial_status# ext_name - (optional) is a type of stringext_name=var.ext_name# fosid - (required) is a type of stringfosid=var.fosid# ha_shared_secret - (optional) is a type of stringha_shared_secret=var.ha_shared_secret# ifname - (optional) is a type of stringifname=var.ifname# initiated_update - (optional) is a type of stringinitiated_update=var.initiated_update# mode - (optional) is a type of stringmode=var.mode# modem_passwd - (optional) is a type of stringmodem_passwd=var.modem_passwd# modem_type - (optional) is a type of stringmodem_type=var.modem_type# multi_mode - (optional) is a type of stringmulti_mode=var.multi_mode# ppp_auth_protocol - (optional) is a type of stringppp_auth_protocol=var.ppp_auth_protocol# ppp_echo_request - (optional) is a type of stringppp_echo_request=var.ppp_echo_request# ppp_password - (optional) is a type of stringppp_password=var.ppp_password# ppp_username - (optional) is a type of stringppp_username=var.ppp_username# primary_ha - (optional) is a type of stringprimary_ha=var.primary_ha# quota_limit_mb - (optional) is a type of numberquota_limit_mb=var.quota_limit_mb# redial - (optional) is a type of stringredial=var.redial# redundant_intf - (optional) is a type of stringredundant_intf=var.redundant_intf# roaming - (optional) is a type of stringroaming=var.roaming# role - (required) is a type of stringrole=var.role# secondary_ha - (optional) is a type of stringsecondary_ha=var.secondary_ha# sim_pin - (optional) is a type of stringsim_pin=var.sim_pin# vdom - (optional) is a type of numbervdom=var.vdom# wimax_auth_protocol - (optional) is a type of stringwimax_auth_protocol=var.wimax_auth_protocol# wimax_carrier - (optional) is a type of stringwimax_carrier=var.wimax_carrier# wimax_realm - (optional) is a type of stringwimax_realm=var.wimax_realm
}