141 lines
2.7 KiB
HCL
141 lines
2.7 KiB
HCL
# module "alerting" {
|
|
# source = "./modules/alerting"
|
|
# }
|
|
|
|
# module "api_detection" {
|
|
# source = "./modules/api_detection"
|
|
# }
|
|
|
|
# module "attribute_allow_list" {
|
|
# source = "./modules/attribute_allow_list"
|
|
# }
|
|
|
|
# module "attribute_masking" {
|
|
# source = "./modules/attribute_masking"
|
|
# }
|
|
|
|
# module "business_events_buckets" {
|
|
# source = "./modules/business_events_buckets"
|
|
# }
|
|
|
|
# module "cloudapp_workloaddetection" {
|
|
# source = "./modules/cloudapp_workloaddetection"
|
|
# }
|
|
|
|
module "custom_service" {
|
|
source = "./modules/custom_service"
|
|
}
|
|
|
|
# module "generic_relationships" {
|
|
# source = "./modules/generic_relationships"
|
|
# }
|
|
|
|
# module "generic_types" {
|
|
# source = "./modules/generic_types"
|
|
# }
|
|
|
|
# module "k8s_monitoring" {
|
|
# source = "./modules/k8s_monitoring"
|
|
# }
|
|
|
|
# module "kubernetes" {
|
|
# source = "./modules/kubernetes"
|
|
# }
|
|
|
|
# module "log_buckets" {
|
|
# source = "./modules/log_buckets"
|
|
# }
|
|
|
|
# module "log_processing" {
|
|
# source = "./modules/log_processing"
|
|
# }
|
|
|
|
# module "log_timestamp" {
|
|
# source = "./modules/log_timestamp"
|
|
# }
|
|
|
|
module "management_zone_v2" {
|
|
source = "./modules/management_zone_v2"
|
|
}
|
|
|
|
# module "network_zone" {
|
|
# source = "./modules/network_zone"
|
|
# }
|
|
|
|
# module "oneagent_features" {
|
|
# source = "./modules/oneagent_features"
|
|
# }
|
|
|
|
# module "os_services" {
|
|
# source = "./modules/os_services"
|
|
# }
|
|
|
|
# module "ownership_config" {
|
|
# source = "./modules/ownership_config"
|
|
# }
|
|
|
|
# module "processgroup_naming" {
|
|
# source = "./modules/processgroup_naming"
|
|
# }
|
|
|
|
module "request_attribute" {
|
|
source = "./modules/request_attribute"
|
|
}
|
|
|
|
# module "request_namings" {
|
|
# source = "./modules/request_namings"
|
|
# }
|
|
|
|
# module "resource_attributes" {
|
|
# source = "./modules/resource_attributes"
|
|
# }
|
|
|
|
# module "rum_host_headers" {
|
|
# source = "./modules/rum_host_headers"
|
|
# }
|
|
|
|
# module "rum_ip_determination" {
|
|
# source = "./modules/rum_ip_determination"
|
|
# }
|
|
|
|
# module "service_anomalies_v2" {
|
|
# source = "./modules/service_anomalies_v2"
|
|
# }
|
|
|
|
module "service_naming" {
|
|
source = "./modules/service_naming"
|
|
}
|
|
|
|
# module "slack_notification" {
|
|
# source = "./modules/slack_notification"
|
|
# }
|
|
|
|
module "slo_v2" {
|
|
source = "./modules/slo_v2"
|
|
}
|
|
|
|
# module "span_entry_point" {
|
|
# source = "./modules/span_entry_point"
|
|
# }
|
|
|
|
# module "token_settings" {
|
|
# source = "./modules/token_settings"
|
|
# }
|
|
|
|
# module "unified_services_opentel" {
|
|
# source = "./modules/unified_services_opentel"
|
|
# }
|
|
|
|
# module "web_app_key_performance_custom" {
|
|
# source = "./modules/web_app_key_performance_custom"
|
|
# }
|
|
|
|
# module "web_app_key_performance_load" {
|
|
# source = "./modules/web_app_key_performance_load"
|
|
# }
|
|
|
|
# module "web_app_key_performance_xhr" {
|
|
# source = "./modules/web_app_key_performance_xhr"
|
|
# }
|
|
|