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_firewall_sslserver" {
source="./modules/fortios/r/fortios_firewall_sslserver"# add_header_x_forwarded_proto - (optional) is a type of stringadd_header_x_forwarded_proto=null# ip - (required) is a type of stringip=null# mapped_port - (optional) is a type of numbermapped_port=null# name - (optional) is a type of stringname=null# port - (required) is a type of numberport=null# ssl_algorithm - (optional) is a type of stringssl_algorithm=null# ssl_cert - (required) is a type of stringssl_cert=null# ssl_client_renegotiation - (optional) is a type of stringssl_client_renegotiation=null# ssl_dh_bits - (optional) is a type of stringssl_dh_bits=null# ssl_max_version - (optional) is a type of stringssl_max_version=null# ssl_min_version - (optional) is a type of stringssl_min_version=null# ssl_mode - (optional) is a type of stringssl_mode=null# ssl_send_empty_frags - (optional) is a type of stringssl_send_empty_frags=null# url_rewrite - (optional) is a type of stringurl_rewrite=null
}
resource"fortios_firewall_sslserver""this" {
# add_header_x_forwarded_proto - (optional) is a type of stringadd_header_x_forwarded_proto=var.add_header_x_forwarded_proto# ip - (required) is a type of stringip=var.ip# mapped_port - (optional) is a type of numbermapped_port=var.mapped_port# name - (optional) is a type of stringname=var.name# port - (required) is a type of numberport=var.port# ssl_algorithm - (optional) is a type of stringssl_algorithm=var.ssl_algorithm# ssl_cert - (required) is a type of stringssl_cert=var.ssl_cert# ssl_client_renegotiation - (optional) is a type of stringssl_client_renegotiation=var.ssl_client_renegotiation# ssl_dh_bits - (optional) is a type of stringssl_dh_bits=var.ssl_dh_bits# ssl_max_version - (optional) is a type of stringssl_max_version=var.ssl_max_version# ssl_min_version - (optional) is a type of stringssl_min_version=var.ssl_min_version# ssl_mode - (optional) is a type of stringssl_mode=var.ssl_mode# ssl_send_empty_frags - (optional) is a type of stringssl_send_empty_frags=var.ssl_send_empty_frags# url_rewrite - (optional) is a type of stringurl_rewrite=var.url_rewrite
}