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
resource"azurerm_postgresql_server""bad_db" {
name="bad-postgresql"location="eastus"resource_group_name="example-resources"administrator_login="adminuser"administrator_login_password="SuperSecret123"public_network_access_enabled=true# Should be false
}
Lack of Logging and Monitoring
resource"google_logging_project_sink""bad_logging" {
name="unmonitored-logs"destination="storage.googleapis.com/my-unsecure-bucket"filter="logName:\"projects/my-project/logs/compute.googleapis.com%2Factivity_log\""unique_writer_identity=false# Logs could be accessible
}