ServiceNow CMDB CI relationship sync: faster, more complete →
Policy Packs
GCP CIS v2.0.0 - Section 7 - BigQuery

Policy Setting: GCP > BigQuery > Dataset > Encryption at Rest

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_bigquery_dataset_encryption_at_rest" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-bigquery#/policy/types/datasetEncryptionAtRest"
note = "GCP CIS v2.0.0 - Control: 7.3"
value = "Check: Customer managed key"
# value = "Check: Encryption at Rest > Customer Managed Key"
# value = "Enforce: Customer managed key"
# value = "Enforce: Encryption at Rest > Customer Managed Key"
}