Policy Packs
Azure CIS v2.0.0 - Section 4 - Database Services

Policy Setting: Azure > PostgreSQL > Server > Audit Logging

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_postgresql_server_audit_logging" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-postgresql#/policy/types/serverAuditLogging"
note = "Azure CIS v2.0.0 - Control: 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6, 4.3.7 and 4.3.8"
value = "Check: Audit Logging > *"
# value = "Enforce: Audit Logging > *"
}