-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource_gcp.yml
More file actions
89 lines (89 loc) · 2.83 KB
/
source_gcp.yml
File metadata and controls
89 lines (89 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
kind: source
spec:
name: "gcp"
path: "cloudquery/gcp"
version: "v21.3.0" # latest version of source gcp plugin
tables: ["*"]
destinations: ${DESTINATIONS}
skip_dependent_tables: true
skip_tables:
- "gcp_accessapproval_*"
- "gcp_aiplatform_*"
- "gcp_appengine_*"
- "gcp_appengine_authorized_certificates"
- "gcp_appengine_domain_mappings"
- "gcp_appengine_services"
- "gcp_applicationintegration_*"
- "gcp_artifactregistry_*"
- "gcp_baremetalsolution_*"
- "gcp_batch_*"
- "gcp_beyondcorp_*"
- "gcp_certificatemanager_*"
- "gcp_cloudbuild_*"
- "gcp_cloudtrace_traces"
- "gcp_compute_addresses"
- "gcp_compute_autoscalers"
- "gcp_compute_backend_buckets"
- "gcp_compute_backend_services"
- "gcp_compute_external_vpn_gateways"
- "gcp_compute_forwarding_rules"
- "gcp_compute_global_addresses"
- "gcp_compute_health_checks"
- "gcp_compute_images"
- "gcp_compute_instance_group_regional_instances"
- "gcp_compute_instance_tag_bindings"
- "gcp_compute_interconnect*"
- "gcp_compute_network_endpoint_groups"
- "gcp_compute_osconfig_*"
- "gcp_compute_packet_mirrorings"
- "gcp_compute_projects"
- "gcp_compute_routers"
- "gcp_compute_security_policies"
- "gcp_compute_snapshots"
- "gcp_compute_ssl_certificates"
- "gcp_compute_ssl_policies"
- "gcp_compute_target_grpc_proxies"
- "gcp_compute_target_http_proxies"
- "gcp_compute_target_https_proxies"
- "gcp_compute_target_instances"
- "gcp_compute_target_pools"
- "gcp_compute_target_ssl_proxies"
- "gcp_compute_target_tcp_proxies"
- "gcp_compute_target_vpn_gateways"
- "gcp_compute_url_maps"
- "gcp_compute_vpn_gateways"
- "gcp_compute_vpn_tunnels"
- "gcp_dataflow_*"
- "gcp_dataproc_*"
- "gcp_deploymentmanager_deployments"
- "gcp_deploymentmanager_operations"
- "gcp_dns_managed_zones"
- "gcp_dns_policies"
- "gcp_essentialcontacts_organization_contacts"
- "gcp_filestore_backups"
- "gcp_filestore_instances"
- "gcp_filestore_operations"
- "gcp_filestore_snapshots"
- "gcp_functions_functions"
- "gcp_iam_deny_policies"
- "gcp_iam_roles"
- "gcp_iam_service_account_policies"
- "gcp_logging_metrics"
- "gcp_monitoring_alert_policies"
- "gcp_networksecurity_*"
- "gcp_pubsub_*"
- "gcp_resourcemanager_*"
- "gcp_resourcemanager_project_tag_bindings"
- "gcp_resourcemanager_project_tag_keys"
- "gcp_run_services"
- "gcp_serviceusage_*"
- "gcp_sql_instances"
- "gcp_storage_bucket_tag_bindings"
- "gcp_storage_hmac_keys"
- "gcp_websecurityscanner_*"
- "gcp_websecurityscanner_scan_config_scan_run_findings"
- "gcp_compute_zones"
- "gcp_networkconnectivity_*"
spec:
project_ids: ["${GCP_PROJECT_ID}"]
enabled_services_only: true