Policy Setting: Azure > PostgreSQL > Server > Encryption in Transit
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "azure_postgresql_server_encryption_in_transit" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/azure-postgresql#/policy/types/serverEncryptionInTransit" note = "Azure CIS v2.0.0 - Control: 4.3.1" value = "Check: Enabled" # value = "Enforce: Enabled"}