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_certificate_remote" {
source=null# name - (optional) is a type of stringname=null# range - (optional) is a type of stringrange=null# remote - (optional) is a type of stringremote=null# source - (optional) is a type of string
}
resource"fortios_certificate_remote""this" {
# name - (optional) is a type of stringname=var.name# range - (optional) is a type of stringrange=var.range# remote - (optional) is a type of stringremote=var.remote# source - (optional) is a type of stringsource=var.source
}