CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLoad balancer traffic logging will not occur for this service, meaning actions cannot be tracked.
Set log_config.enable
attribute to true
.
resource "google_compute_region_backend_service" "allowed2" {
name = "region-service2"
region = "us-central1"
connection_draining_timeout_sec = 10
session_affinity = "CLIENT_IP"
log_config {
enable = true
}
}