Policy Setting: GCP > Compute Engine > Instance > Approved
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "gcp_computeengine_instance_approved" {  resource = turbot_policy_pack.main.id  type     = "tmod:@turbot/gcp-computeengine#/policy/types/instanceApproved"  note     = "GCP CIS v2.0.0 - Control: 4.1, 4.2, 4.6 and 4.11"  value    = "Check: Approved"  # value    = "Enforce: Stop unapproved"  # value    = "Enforce: Delete unapproved if new"}