Policy Setting: Azure > SQL > Server > Auditing
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_sql_server_auditing" {  resource = turbot_policy_pack.main.id  type     = "tmod:@turbot/azure-sql#/policy/types/serverAuditing"  note     = "Azure CIS v2.0.0 - Control: 4.1.1 and 4.1.6"  value    = "Check: Enabled"  # value    = "Enforce: Enabled"}