ServiceNow CMDB CI relationship sync: faster, more complete →
Policy Packs
Enable Event Poller for GCP Projects

Policy Setting: GCP > Turbot > Event Poller > Interval

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "gcp_turbot_event_poller_interval" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/gcp#/policy/types/eventPollerInterval"
value = "Every 1 minute"
}