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_system_autoscript" {
source="./modules/fortios/r/fortios_system_autoscript"# interval - (optional) is a type of numberinterval=null# name - (optional) is a type of stringname=null# output_size - (optional) is a type of numberoutput_size=null# repeat - (optional) is a type of numberrepeat=null# script - (optional) is a type of stringscript=null# start - (optional) is a type of stringstart=null# timeout - (optional) is a type of numbertimeout=null
}
resource"fortios_system_autoscript""this" {
# interval - (optional) is a type of numberinterval=var.interval# name - (optional) is a type of stringname=var.name# output_size - (optional) is a type of numberoutput_size=var.output_size# repeat - (optional) is a type of numberrepeat=var.repeat# script - (optional) is a type of stringscript=var.script# start - (optional) is a type of stringstart=var.start# timeout - (optional) is a type of numbertimeout=var.timeout
}