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_webproxy_debugurl" {
source="./modules/fortios/r/fortios_webproxy_debugurl"# exact - (optional) is a type of stringexact=null# name - (optional) is a type of stringname=null# status - (optional) is a type of stringstatus=null# url_pattern - (required) is a type of stringurl_pattern=null
}
resource"fortios_webproxy_debugurl""this" {
# exact - (optional) is a type of stringexact=var.exact# name - (optional) is a type of stringname=var.name# status - (optional) is a type of stringstatus=var.status# url_pattern - (required) is a type of stringurl_pattern=var.url_pattern
}