Guardrails for GitHub →
Policy Packs
Enforce GCP VPC Network Firewall Rules with Port Ranges to Block Incoming Traffic

Policy Setting: GCP > Network > Firewall > Ingress Rules > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_network_firewall_ingress_rules_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp-network#/policy/types/firewallIngressRulesApproved"
value = "Check: Approved"
# value = "Enforce: Delete unapproved"
}