Policy Packs
GCP CIS v2.0.0 - Section 6 - Cloud SQL Database Services

Policy Setting: GCP > SQL > Instance > Database Flags

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_sql_instance_database_flags" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-sql#/policy/types/instanceDatabaseFlags"
note = "GCP CIS v2.0.0 - Control: 6.1.2, 6.1.3, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5, 6.2.6, 6.2.7, 6.2.8, 6.3.1, 6.3.2, 6.3.3, 6.3.4, 6.3.5, 6.3.6 and 6.3.7"
value = "Check: Database flags are correct"
# value = "Enforce: Set Database flags"
}