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_sumologic_forwarder" {
source="./modules/aviatrix/r/aviatrix_sumologic_forwarder"# access_id - (required) is a type of stringaccess_id=null# access_key - (required) is a type of stringaccess_key=null# custom_configuration - (optional) is a type of stringcustom_configuration=null# excluded_gateways - (optional) is a type of set of stringexcluded_gateways=[]
# source_category - (optional) is a type of stringsource_category=null
}
resource"aviatrix_sumologic_forwarder""this" {
# access_id - (required) is a type of stringaccess_id=var.access_id# access_key - (required) is a type of stringaccess_key=var.access_key# custom_configuration - (optional) is a type of stringcustom_configuration=var.custom_configuration# excluded_gateways - (optional) is a type of set of stringexcluded_gateways=var.excluded_gateways# source_category - (optional) is a type of stringsource_category=var.source_category
}