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_ftpproxy_explicit" {
source="./modules/fortios/r/fortios_ftpproxy_explicit"# incoming_ip - (optional) is a type of stringincoming_ip=null# incoming_port - (optional) is a type of stringincoming_port=null# outgoing_ip - (optional) is a type of stringoutgoing_ip=null# sec_default_action - (optional) is a type of stringsec_default_action=null# ssl - (optional) is a type of stringssl=null# ssl_algorithm - (optional) is a type of stringssl_algorithm=null# ssl_cert - (optional) is a type of stringssl_cert=null# ssl_dh_bits - (optional) is a type of stringssl_dh_bits=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_ftpproxy_explicit""this" {
# incoming_ip - (optional) is a type of stringincoming_ip=var.incoming_ip# incoming_port - (optional) is a type of stringincoming_port=var.incoming_port# outgoing_ip - (optional) is a type of stringoutgoing_ip=var.outgoing_ip# sec_default_action - (optional) is a type of stringsec_default_action=var.sec_default_action# ssl - (optional) is a type of stringssl=var.ssl# ssl_algorithm - (optional) is a type of stringssl_algorithm=var.ssl_algorithm# ssl_cert - (optional) is a type of stringssl_cert=var.ssl_cert# ssl_dh_bits - (optional) is a type of stringssl_dh_bits=var.ssl_dh_bits# status - (optional) is a type of stringstatus=var.status
}