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