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_firewallssl_setting" {
source="./modules/fortios/r/fortios_firewallssl_setting"# abbreviate_handshake - (optional) is a type of stringabbreviate_handshake=null# cert_cache_capacity - (required) is a type of numbercert_cache_capacity=null# cert_cache_timeout - (required) is a type of numbercert_cache_timeout=null# kxp_queue_threshold - (optional) is a type of numberkxp_queue_threshold=null# no_matching_cipher_action - (required) is a type of stringno_matching_cipher_action=null# proxy_connect_timeout - (required) is a type of numberproxy_connect_timeout=null# session_cache_capacity - (required) is a type of numbersession_cache_capacity=null# session_cache_timeout - (required) is a type of numbersession_cache_timeout=null# ssl_dh_bits - (required) is a type of stringssl_dh_bits=null# ssl_queue_threshold - (optional) is a type of numberssl_queue_threshold=null# ssl_send_empty_frags - (required) is a type of stringssl_send_empty_frags=null
}
resource"fortios_firewallssl_setting""this" {
# abbreviate_handshake - (optional) is a type of stringabbreviate_handshake=var.abbreviate_handshake# cert_cache_capacity - (required) is a type of numbercert_cache_capacity=var.cert_cache_capacity# cert_cache_timeout - (required) is a type of numbercert_cache_timeout=var.cert_cache_timeout# kxp_queue_threshold - (optional) is a type of numberkxp_queue_threshold=var.kxp_queue_threshold# no_matching_cipher_action - (required) is a type of stringno_matching_cipher_action=var.no_matching_cipher_action# proxy_connect_timeout - (required) is a type of numberproxy_connect_timeout=var.proxy_connect_timeout# session_cache_capacity - (required) is a type of numbersession_cache_capacity=var.session_cache_capacity# session_cache_timeout - (required) is a type of numbersession_cache_timeout=var.session_cache_timeout# ssl_dh_bits - (required) is a type of stringssl_dh_bits=var.ssl_dh_bits# ssl_queue_threshold - (optional) is a type of numberssl_queue_threshold=var.ssl_queue_threshold# ssl_send_empty_frags - (required) is a type of stringssl_send_empty_frags=var.ssl_send_empty_frags
}