Policy Packs
GCP CIS v2.0.0 - Section 3 - Networking

Policy Setting: GCP > Network > Network > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_network_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-network#/policy/types/networkApproved"
note = "GCP CIS v2.0.0 - Control: 3.1 and 3.2"
value = "Check: Approved"
# value = "Enforce: Delete unapproved if new"
}