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_dataplan" {
source="./modules/fortios/r/fortios_extendercontroller_dataplan"# apn - (optional) is a type of stringapn=null# auth_type - (optional) is a type of stringauth_type=null# billing_date - (optional) is a type of numberbilling_date=null# capacity - (optional) is a type of numbercapacity=null# carrier - (optional) is a type of stringcarrier=null# iccid - (optional) is a type of stringiccid=null# modem_id - (optional) is a type of stringmodem_id=null# monthly_fee - (optional) is a type of numbermonthly_fee=null# name - (optional) is a type of stringname=null# overage - (optional) is a type of stringoverage=null# password - (optional) is a type of stringpassword=null# pdn - (optional) is a type of stringpdn=null# preferred_subnet - (optional) is a type of numberpreferred_subnet=null# private_network - (optional) is a type of stringprivate_network=null# signal_period - (optional) is a type of numbersignal_period=null# signal_threshold - (optional) is a type of numbersignal_threshold=null# slot - (optional) is a type of stringslot=null# type - (optional) is a type of stringtype=null# username - (optional) is a type of stringusername=null
}
resource"fortios_extendercontroller_dataplan""this" {
# apn - (optional) is a type of stringapn=var.apn# auth_type - (optional) is a type of stringauth_type=var.auth_type# billing_date - (optional) is a type of numberbilling_date=var.billing_date# capacity - (optional) is a type of numbercapacity=var.capacity# carrier - (optional) is a type of stringcarrier=var.carrier# iccid - (optional) is a type of stringiccid=var.iccid# modem_id - (optional) is a type of stringmodem_id=var.modem_id# monthly_fee - (optional) is a type of numbermonthly_fee=var.monthly_fee# name - (optional) is a type of stringname=var.name# overage - (optional) is a type of stringoverage=var.overage# password - (optional) is a type of stringpassword=var.password# pdn - (optional) is a type of stringpdn=var.pdn# preferred_subnet - (optional) is a type of numberpreferred_subnet=var.preferred_subnet# private_network - (optional) is a type of stringprivate_network=var.private_network# signal_period - (optional) is a type of numbersignal_period=var.signal_period# signal_threshold - (optional) is a type of numbersignal_threshold=var.signal_threshold# slot - (optional) is a type of stringslot=var.slot# type - (optional) is a type of stringtype=var.type# username - (optional) is a type of stringusername=var.username
}