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

Policy Setting: Azure > PostgreSQL > Flexible Server > Audit Logging

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_postgresql_flexible_server_audit_logging" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-postgresql#/policy/types/flexibleServerAuditLogging"
note = "Azure CIS v2.0.0 - Control: 4.3.2"
value = "Check: Audit Logging > *"
# value = "Enforce: Audit Logging > *"
}