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_firewallschedule_onetime" {
source="./modules/fortios/r/fortios_firewallschedule_onetime"# color - (optional) is a type of numbercolor=null# end - (required) is a type of stringend=null# expiration_days - (optional) is a type of numberexpiration_days=null# name - (required) is a type of stringname=null# start - (required) is a type of stringstart=null
}
resource"fortios_firewallschedule_onetime""this" {
# color - (optional) is a type of numbercolor=var.color# end - (required) is a type of stringend=var.end# expiration_days - (optional) is a type of numberexpiration_days=var.expiration_days# name - (required) is a type of stringname=var.name# start - (required) is a type of stringstart=var.start
}