Policy Setting: GCP > SQL > Instance > Encryption In Transit
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "gcp_sql_instance_encryption_in_transit" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/gcp-sql#/policy/types/instanceEncryptionInTransit" note = "GCP CIS v2.0.0 - Control: 6.4" value = "Check: Enabled" # value = "Check: Enabled with trusted client certificate" # value = "Enforce: Enabled" # value = "Enforce: Enabled with trusted client certificate"}