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"aviatrix_filebeat_forwarder" {
source="./modules/aviatrix/r/aviatrix_filebeat_forwarder"# config_file - (optional) is a type of stringconfig_file=null# excluded_gateways - (optional) is a type of set of stringexcluded_gateways=[]
# port - (required) is a type of numberport=null# server - (required) is a type of stringserver=null# trusted_ca_file - (optional) is a type of stringtrusted_ca_file=null
}
resource"aviatrix_filebeat_forwarder""this" {
# config_file - (optional) is a type of stringconfig_file=var.config_file# excluded_gateways - (optional) is a type of set of stringexcluded_gateways=var.excluded_gateways# port - (required) is a type of numberport=var.port# server - (required) is a type of stringserver=var.server# trusted_ca_file - (optional) is a type of stringtrusted_ca_file=var.trusted_ca_file
}