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_setting" {
source="./modules/fortios/r/fortios_firewallssh_setting"# caname - (optional) is a type of stringcaname=null# host_trusted_checking - (optional) is a type of stringhost_trusted_checking=null# hostkey_dsa1024 - (optional) is a type of stringhostkey_dsa1024=null# hostkey_ecdsa256 - (optional) is a type of stringhostkey_ecdsa256=null# hostkey_ecdsa384 - (optional) is a type of stringhostkey_ecdsa384=null# hostkey_ecdsa521 - (optional) is a type of stringhostkey_ecdsa521=null# hostkey_ed25519 - (optional) is a type of stringhostkey_ed25519=null# hostkey_rsa2048 - (optional) is a type of stringhostkey_rsa2048=null# untrusted_caname - (optional) is a type of stringuntrusted_caname=null
}
resource"fortios_firewallssh_setting""this" {
# caname - (optional) is a type of stringcaname=var.caname# host_trusted_checking - (optional) is a type of stringhost_trusted_checking=var.host_trusted_checking# hostkey_dsa1024 - (optional) is a type of stringhostkey_dsa1024=var.hostkey_dsa1024# hostkey_ecdsa256 - (optional) is a type of stringhostkey_ecdsa256=var.hostkey_ecdsa256# hostkey_ecdsa384 - (optional) is a type of stringhostkey_ecdsa384=var.hostkey_ecdsa384# hostkey_ecdsa521 - (optional) is a type of stringhostkey_ecdsa521=var.hostkey_ecdsa521# hostkey_ed25519 - (optional) is a type of stringhostkey_ed25519=var.hostkey_ed25519# hostkey_rsa2048 - (optional) is a type of stringhostkey_rsa2048=var.hostkey_rsa2048# untrusted_caname - (optional) is a type of stringuntrusted_caname=var.untrusted_caname
}