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

Policy Setting: Azure > PostgreSQL > Server > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "azure_postgresql_server_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/azure-postgresql#/policy/types/serverApproved"
note = "Azure CIS v2.0.0 - Control: 4.3.7 and 4.3.8"
value = "Check: Approved"
# value = "Enforce: Delete unapproved if new"
}