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_firewallssh_localca" {
source=null# name - (optional) is a type of stringname=null# password - (optional) is a type of stringpassword=null# private_key - (required) is a type of stringprivate_key=null# public_key - (required) is a type of stringpublic_key=null# source - (optional) is a type of string
}
resource"fortios_firewallssh_localca""this" {
# name - (optional) is a type of stringname=var.name# password - (optional) is a type of stringpassword=var.password# private_key - (required) is a type of stringprivate_key=var.private_key# public_key - (required) is a type of stringpublic_key=var.public_key# source - (optional) is a type of stringsource=var.source
}