├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ ├── feature-request---new-table.md │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE.md ├── dependabot.yml └── workflows │ ├── add-issue-to-project.yml │ ├── golangci-lint.yml │ ├── registry-publish.yml │ ├── stale.yml │ ├── steampipe-anywhere.yml │ └── sync-labels.yml ├── .gitignore ├── .goreleaser.yml ├── CHANGELOG.md ├── LICENSE ├── Makefile ├── README.md ├── config └── gcp.spc ├── docs ├── LICENSE ├── index.md └── tables │ ├── gcp_alloydb_cluster.md │ ├── gcp_alloydb_instance.md │ ├── gcp_apikeys_key.md │ ├── gcp_app_engine_application.md │ ├── gcp_artifact_registry_repository.md │ ├── gcp_audit_policy.md │ ├── gcp_bigquery_dataset.md │ ├── gcp_bigquery_job.md │ ├── gcp_bigquery_table.md │ ├── gcp_bigtable_instance.md │ ├── gcp_billing_account.md │ ├── gcp_billing_budget.md │ ├── gcp_cloud_asset.md │ ├── gcp_cloud_identity_group.md │ ├── gcp_cloud_identity_group_membership.md │ ├── gcp_cloud_run_job.md │ ├── gcp_cloud_run_service.md │ ├── gcp_cloudfunctions_function.md │ ├── gcp_composer_environment.md │ ├── gcp_compute_address.md │ ├── gcp_compute_autoscaler.md │ ├── gcp_compute_backend_bucket.md │ ├── gcp_compute_backend_service.md │ ├── gcp_compute_disk.md │ ├── gcp_compute_disk_metric_read_ops.md │ ├── gcp_compute_disk_metric_read_ops_daily.md │ ├── gcp_compute_disk_metric_read_ops_hourly.md │ ├── gcp_compute_disk_metric_write_ops.md │ ├── gcp_compute_disk_metric_write_ops_daily.md │ ├── gcp_compute_disk_metric_write_ops_hourly.md │ ├── gcp_compute_firewall.md │ ├── gcp_compute_forwarding_rule.md │ ├── gcp_compute_global_address.md │ ├── gcp_compute_global_forwarding_rule.md │ ├── gcp_compute_ha_vpn_gateway.md │ ├── gcp_compute_image.md │ ├── gcp_compute_instance.md │ ├── gcp_compute_instance_group.md │ ├── gcp_compute_instance_group_manager.md │ ├── gcp_compute_instance_metric_cpu_utilization.md │ ├── gcp_compute_instance_metric_cpu_utilization_daily.md │ ├── gcp_compute_instance_metric_cpu_utilization_hourly.md │ ├── gcp_compute_instance_template.md │ ├── gcp_compute_machine_image.md │ ├── gcp_compute_machine_type.md │ ├── gcp_compute_network.md │ ├── gcp_compute_node_group.md │ ├── gcp_compute_node_template.md │ ├── gcp_compute_project_metadata.md │ ├── gcp_compute_region.md │ ├── gcp_compute_resource_policy.md │ ├── gcp_compute_route.md │ ├── gcp_compute_router.md │ ├── gcp_compute_security_policy.md │ ├── gcp_compute_snapshot.md │ ├── gcp_compute_ssl_policy.md │ ├── gcp_compute_subnetwork.md │ ├── gcp_compute_target_https_proxy.md │ ├── gcp_compute_target_pool.md │ ├── gcp_compute_target_ssl_proxy.md │ ├── gcp_compute_target_vpn_gateway.md │ ├── gcp_compute_tpu.md │ ├── gcp_compute_url_map.md │ ├── gcp_compute_vpn_tunnel.md │ ├── gcp_compute_zone.md │ ├── gcp_dataplex_asset.md │ ├── gcp_dataplex_lake.md │ ├── gcp_dataplex_task.md │ ├── gcp_dataplex_zone.md │ ├── gcp_dataproc_cluster.md │ ├── gcp_dataproc_metastore_service.md │ ├── gcp_dns_managed_zone.md │ ├── gcp_dns_policy.md │ ├── gcp_dns_record_set.md │ ├── gcp_firestore_database.md │ ├── gcp_iam_policy.md │ ├── gcp_iam_role.md │ ├── gcp_kms_key.md │ ├── gcp_kms_key_ring.md │ ├── gcp_kms_key_version.md │ ├── gcp_kubernetes_cluster.md │ ├── gcp_kubernetes_node_pool.md │ ├── gcp_logging_bucket.md │ ├── gcp_logging_exclusion.md │ ├── gcp_logging_log_entry.md │ ├── gcp_logging_metric.md │ ├── gcp_logging_sink.md │ ├── gcp_monitoring_alert_policy.md │ ├── gcp_monitoring_group.md │ ├── gcp_monitoring_notification_channel.md │ ├── gcp_organization.md │ ├── gcp_organization_audit_policy.md │ ├── gcp_organization_project.md │ ├── gcp_project.md │ ├── gcp_project_organization_policy.md │ ├── gcp_project_service.md │ ├── gcp_pubsub_snapshot.md │ ├── gcp_pubsub_subscription.md │ ├── gcp_pubsub_topic.md │ ├── gcp_redis_cluster.md │ ├── gcp_redis_instance.md │ ├── gcp_secret_manager_secret.md │ ├── gcp_service_account.md │ ├── gcp_service_account_key.md │ ├── gcp_sql_backup.md │ ├── gcp_sql_database.md │ ├── gcp_sql_database_instance.md │ ├── gcp_sql_database_instance_metric_connections.md │ ├── gcp_sql_database_instance_metric_connections_daily.md │ ├── gcp_sql_database_instance_metric_connections_hourly.md │ ├── gcp_sql_database_instance_metric_cpu_utilization.md │ ├── gcp_sql_database_instance_metric_cpu_utilization_daily.md │ ├── gcp_sql_database_instance_metric_cpu_utilization_hourly.md │ ├── gcp_storage_bucket.md │ ├── gcp_storage_object.md │ ├── gcp_tag_binding.md │ ├── gcp_tpu_vm.md │ ├── gcp_vertex_ai_endpoint.md │ ├── gcp_vertex_ai_model.md │ ├── gcp_vertex_ai_notebook_runtime_template.md │ ├── gcp_vpc_access_connector.md │ ├── gcp_workstations_workstation.md │ └── gcp_workstations_workstation_cluster.md ├── gcp-test ├── .gitignore ├── package-lock.json ├── package.json ├── tests │ ├── gcp_alloydb_cluster │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_alloydb_instance │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_bigquery_dataset │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_bigquery_job │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_bigquery_table │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_bigtable_instance │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_address │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_autoscaler │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_backend_bucket │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_backend_service │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_disk │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_firewall │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_forwarding_rule │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_global_address │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_global_forwarding_rule │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_ha_vpn_gateway │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_image │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_instance │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_instance_group │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_instance_template │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_machine_image │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_machine_type │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_network │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_node_group │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_node_template │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_project_metadata │ │ ├── dependencies.txt │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_resource_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_route │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_router │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_security_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ └── variables.tf │ ├── gcp_compute_snapshot │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_ssl_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_subnetwork │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-ip-info-expected.json │ │ ├── test-get-ip-info-query.sql │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_target_https_proxy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_target_pool │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_target_ssl_proxy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_target_vpn_gateway │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_url_map │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_compute_vpn_tunnel │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataplex_asset │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataplex_lake │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataplex_task │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataplex_zone │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataproc_cluster │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dataproc_metastore_service │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dns_managed_zone │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dns_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_dns_record_set │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_iam_role │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_kms_key │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_kms_key_ring │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_kms_key_version │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_kubernetes_cluster │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_kubernetes_node_pool │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_logging_bucket │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_logging_exclusion │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_logging_metric │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_logging_sink │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_monitoring_alert_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_monitoring_group │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_monitoring_notification_channel │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_organization │ │ ├── dependencies.txt │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_project │ │ ├── dependencies.txt │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_project_organization_policy │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_pubsub_subscription │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_pubsub_topic │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_secret_manager_secret │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_service_account │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_service_account_key │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_sql_backup │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_sql_database │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_sql_database_instance │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-invalid-name-expected.json │ │ ├── test-invalid-name-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_storage_bucket │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ ├── gcp_tag_binding │ │ ├── dependencies.txt │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-notfound-expected.json │ │ ├── test-notfound-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf │ └── gcp_vpc_access_connector │ │ ├── dependencies.txt │ │ ├── test-get-expected.json │ │ ├── test-get-query.sql │ │ ├── test-hydrate-expected.json │ │ ├── test-hydrate-query.sql │ │ ├── test-list-expected.json │ │ ├── test-list-query.sql │ │ ├── test-not-found-expected.json │ │ ├── test-not-found-query.sql │ │ ├── test-turbot-expected.json │ │ ├── test-turbot-query.sql │ │ ├── variables.json │ │ └── variables.tf └── tint.js ├── gcp ├── alloydb_location_list.go ├── artifact_registry_location_list.go ├── cloud_run_location_list.go ├── compute_location_list.go ├── connection_config.go ├── dataplex_location_list.go ├── dataproc_metastore_location_list.go ├── ignore_error_predicate.go ├── kms_multi_location.go ├── monitoring_metric.go ├── plugin.go ├── service.go ├── table_gcp_alloydb_cluster.go ├── table_gcp_alloydb_instance.go ├── table_gcp_apikeys_key.go ├── table_gcp_app_engine_application.go ├── table_gcp_artifact_registry_repository.go ├── table_gcp_audit_policy.go ├── table_gcp_bigquery_dataset.go ├── table_gcp_bigquery_job.go ├── table_gcp_bigquery_table.go ├── table_gcp_bigtable_instance.go ├── table_gcp_billing_account.go ├── table_gcp_billing_budget.go ├── table_gcp_cloud_asset.go ├── table_gcp_cloud_identity_group.go ├── table_gcp_cloud_identity_group_membership.go ├── table_gcp_cloud_run_job.go ├── table_gcp_cloud_run_service.go ├── table_gcp_cloudfunctions_function.go ├── table_gcp_composer_environment.go ├── table_gcp_compute_address.go ├── table_gcp_compute_autoscaler.go ├── table_gcp_compute_backend_bucket.go ├── table_gcp_compute_backend_service.go ├── table_gcp_compute_disk.go ├── table_gcp_compute_disk_metric_read_ops.go ├── table_gcp_compute_disk_metric_read_ops_daily.go ├── table_gcp_compute_disk_metric_read_ops_hourly.go ├── table_gcp_compute_disk_metric_write_ops.go ├── table_gcp_compute_disk_metric_write_ops_daily.go ├── table_gcp_compute_disk_metric_write_ops_hourly.go ├── table_gcp_compute_firewall.go ├── table_gcp_compute_forwarding_rule.go ├── table_gcp_compute_global_address.go ├── table_gcp_compute_global_forwarding_rule.go ├── table_gcp_compute_ha_vpn_gateway.go ├── table_gcp_compute_image.go ├── table_gcp_compute_instance.go ├── table_gcp_compute_instance_group.go ├── table_gcp_compute_instance_group_manager.go ├── table_gcp_compute_instance_metric_cpu_utilization.go ├── table_gcp_compute_instance_metric_cpu_utilization_daily.go ├── table_gcp_compute_instance_metric_cpu_utilization_hourly.go ├── table_gcp_compute_instance_template.go ├── table_gcp_compute_machine_image.go ├── table_gcp_compute_machine_type.go ├── table_gcp_compute_network.go ├── table_gcp_compute_node_group.go ├── table_gcp_compute_node_template.go ├── table_gcp_compute_project_metadata.go ├── table_gcp_compute_region.go ├── table_gcp_compute_resource_policy.go ├── table_gcp_compute_route.go ├── table_gcp_compute_router.go ├── table_gcp_compute_security_policy.go ├── table_gcp_compute_snapshot.go ├── table_gcp_compute_ssl_policy.go ├── table_gcp_compute_subnetwork.go ├── table_gcp_compute_target_https_proxy.go ├── table_gcp_compute_target_pool.go ├── table_gcp_compute_target_ssl_proxy.go ├── table_gcp_compute_target_vpn_gateway.go ├── table_gcp_compute_tpu.go ├── table_gcp_compute_url_map.go ├── table_gcp_compute_vpn_tunnel.go ├── table_gcp_compute_zone.go ├── table_gcp_dataplex_asset.go ├── table_gcp_dataplex_lake.go ├── table_gcp_dataplex_task.go ├── table_gcp_dataplex_zone.go ├── table_gcp_dataproc_cluster.go ├── table_gcp_dataproc_metastore_service.go ├── table_gcp_dns_managed_zone.go ├── table_gcp_dns_policy.go ├── table_gcp_dns_record_set.go ├── table_gcp_firestore_database.go ├── table_gcp_iam_policy.go ├── table_gcp_iam_role.go ├── table_gcp_kms_key.go ├── table_gcp_kms_key_ring.go ├── table_gcp_kms_key_version.go ├── table_gcp_kubernetes_cluster.go ├── table_gcp_kubernetes_node_pool.go ├── table_gcp_logging_bucket.go ├── table_gcp_logging_exclusion.go ├── table_gcp_logging_log_entry.go ├── table_gcp_logging_metric.go ├── table_gcp_logging_sink.go ├── table_gcp_monitoring_alert_policy.go ├── table_gcp_monitoring_group.go ├── table_gcp_monitoring_notification_channel.go ├── table_gcp_organization.go ├── table_gcp_organization_audit_policy.go ├── table_gcp_organization_project.go ├── table_gcp_project.go ├── table_gcp_project_organization_policy.go ├── table_gcp_project_service.go ├── table_gcp_pubsub_snapshot.go ├── table_gcp_pubsub_subscription.go ├── table_gcp_pubsub_topic.go ├── table_gcp_redis_cluster.go ├── table_gcp_redis_instance.go ├── table_gcp_secret_manager_secret.go ├── table_gcp_service_account.go ├── table_gcp_service_account_key.go ├── table_gcp_sql_backup.go ├── table_gcp_sql_database.go ├── table_gcp_sql_database_instance.go ├── table_gcp_sql_database_instance_metric_connections.go ├── table_gcp_sql_database_instance_metric_connections_daily.go ├── table_gcp_sql_database_instance_metric_connections_hourly.go ├── table_gcp_sql_database_instance_metric_cpu_utilization.go ├── table_gcp_sql_database_instance_metric_cpu_utilization_daily.go ├── table_gcp_sql_database_instance_metric_cpu_utilization_hourly.go ├── table_gcp_storage_bucket.go ├── table_gcp_storage_object.go ├── table_gcp_tag_binding.go ├── table_gcp_tpu_vm.go ├── table_gcp_vertex_ai_endpoint.go ├── table_gcp_vertex_ai_model.go ├── table_gcp_vertex_ai_notebook_runtime_template.go ├── table_gcp_vpc_access_connector.go ├── table_gcp_workstations_workstation.go ├── table_gcp_workstations_workstation_cluster.go ├── utils.go ├── vertex_ai_location_list.go └── vpc_access_location_list.go ├── go.mod ├── go.sum └── main.go /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request---new-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/ISSUE_TEMPLATE/feature-request---new-table.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/add-issue-to-project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/add-issue-to-project.yml -------------------------------------------------------------------------------- /.github/workflows/golangci-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/golangci-lint.yml -------------------------------------------------------------------------------- /.github/workflows/registry-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/registry-publish.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/steampipe-anywhere.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/steampipe-anywhere.yml -------------------------------------------------------------------------------- /.github/workflows/sync-labels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.github/workflows/sync-labels.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.gitignore -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/README.md -------------------------------------------------------------------------------- /config/gcp.spc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/config/gcp.spc -------------------------------------------------------------------------------- /docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/LICENSE -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/tables/gcp_alloydb_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_alloydb_cluster.md -------------------------------------------------------------------------------- /docs/tables/gcp_alloydb_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_alloydb_instance.md -------------------------------------------------------------------------------- /docs/tables/gcp_apikeys_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_apikeys_key.md -------------------------------------------------------------------------------- /docs/tables/gcp_app_engine_application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_app_engine_application.md -------------------------------------------------------------------------------- /docs/tables/gcp_artifact_registry_repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_artifact_registry_repository.md -------------------------------------------------------------------------------- /docs/tables/gcp_audit_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_audit_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_bigquery_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_bigquery_dataset.md -------------------------------------------------------------------------------- /docs/tables/gcp_bigquery_job.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_bigquery_job.md -------------------------------------------------------------------------------- /docs/tables/gcp_bigquery_table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_bigquery_table.md -------------------------------------------------------------------------------- /docs/tables/gcp_bigtable_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_bigtable_instance.md -------------------------------------------------------------------------------- /docs/tables/gcp_billing_account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_billing_account.md -------------------------------------------------------------------------------- /docs/tables/gcp_billing_budget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_billing_budget.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloud_asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloud_asset.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloud_identity_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloud_identity_group.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloud_identity_group_membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloud_identity_group_membership.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloud_run_job.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloud_run_job.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloud_run_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloud_run_service.md -------------------------------------------------------------------------------- /docs/tables/gcp_cloudfunctions_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_cloudfunctions_function.md -------------------------------------------------------------------------------- /docs/tables/gcp_composer_environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_composer_environment.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_address.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_autoscaler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_autoscaler.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_backend_bucket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_backend_bucket.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_backend_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_backend_service.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_read_ops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_read_ops.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_read_ops_daily.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_read_ops_daily.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_read_ops_hourly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_read_ops_hourly.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_write_ops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_write_ops.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_write_ops_daily.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_write_ops_daily.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_disk_metric_write_ops_hourly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_disk_metric_write_ops_hourly.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_firewall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_firewall.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_forwarding_rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_forwarding_rule.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_global_address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_global_address.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_global_forwarding_rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_global_forwarding_rule.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_ha_vpn_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_ha_vpn_gateway.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_image.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_instance.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_instance_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_instance_group.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_instance_group_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_instance_group_manager.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_instance_metric_cpu_utilization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_instance_metric_cpu_utilization.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_instance_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_instance_template.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_machine_image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_machine_image.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_machine_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_machine_type.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_network.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_node_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_node_group.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_node_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_node_template.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_project_metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_project_metadata.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_region.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_resource_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_resource_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_route.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_router.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_router.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_security_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_security_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_snapshot.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_ssl_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_ssl_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_subnetwork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_subnetwork.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_target_https_proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_target_https_proxy.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_target_pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_target_pool.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_target_ssl_proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_target_ssl_proxy.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_target_vpn_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_target_vpn_gateway.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_tpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_tpu.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_url_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_url_map.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_vpn_tunnel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_vpn_tunnel.md -------------------------------------------------------------------------------- /docs/tables/gcp_compute_zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_compute_zone.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataplex_asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataplex_asset.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataplex_lake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataplex_lake.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataplex_task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataplex_task.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataplex_zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataplex_zone.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataproc_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataproc_cluster.md -------------------------------------------------------------------------------- /docs/tables/gcp_dataproc_metastore_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dataproc_metastore_service.md -------------------------------------------------------------------------------- /docs/tables/gcp_dns_managed_zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dns_managed_zone.md -------------------------------------------------------------------------------- /docs/tables/gcp_dns_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dns_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_dns_record_set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_dns_record_set.md -------------------------------------------------------------------------------- /docs/tables/gcp_firestore_database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_firestore_database.md -------------------------------------------------------------------------------- /docs/tables/gcp_iam_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_iam_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_iam_role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_iam_role.md -------------------------------------------------------------------------------- /docs/tables/gcp_kms_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_kms_key.md -------------------------------------------------------------------------------- /docs/tables/gcp_kms_key_ring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_kms_key_ring.md -------------------------------------------------------------------------------- /docs/tables/gcp_kms_key_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_kms_key_version.md -------------------------------------------------------------------------------- /docs/tables/gcp_kubernetes_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_kubernetes_cluster.md -------------------------------------------------------------------------------- /docs/tables/gcp_kubernetes_node_pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_kubernetes_node_pool.md -------------------------------------------------------------------------------- /docs/tables/gcp_logging_bucket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_logging_bucket.md -------------------------------------------------------------------------------- /docs/tables/gcp_logging_exclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_logging_exclusion.md -------------------------------------------------------------------------------- /docs/tables/gcp_logging_log_entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_logging_log_entry.md -------------------------------------------------------------------------------- /docs/tables/gcp_logging_metric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_logging_metric.md -------------------------------------------------------------------------------- /docs/tables/gcp_logging_sink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_logging_sink.md -------------------------------------------------------------------------------- /docs/tables/gcp_monitoring_alert_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_monitoring_alert_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_monitoring_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_monitoring_group.md -------------------------------------------------------------------------------- /docs/tables/gcp_monitoring_notification_channel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_monitoring_notification_channel.md -------------------------------------------------------------------------------- /docs/tables/gcp_organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_organization.md -------------------------------------------------------------------------------- /docs/tables/gcp_organization_audit_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_organization_audit_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_organization_project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_organization_project.md -------------------------------------------------------------------------------- /docs/tables/gcp_project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_project.md -------------------------------------------------------------------------------- /docs/tables/gcp_project_organization_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_project_organization_policy.md -------------------------------------------------------------------------------- /docs/tables/gcp_project_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_project_service.md -------------------------------------------------------------------------------- /docs/tables/gcp_pubsub_snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_pubsub_snapshot.md -------------------------------------------------------------------------------- /docs/tables/gcp_pubsub_subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_pubsub_subscription.md -------------------------------------------------------------------------------- /docs/tables/gcp_pubsub_topic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_pubsub_topic.md -------------------------------------------------------------------------------- /docs/tables/gcp_redis_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_redis_cluster.md -------------------------------------------------------------------------------- /docs/tables/gcp_redis_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_redis_instance.md -------------------------------------------------------------------------------- /docs/tables/gcp_secret_manager_secret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_secret_manager_secret.md -------------------------------------------------------------------------------- /docs/tables/gcp_service_account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_service_account.md -------------------------------------------------------------------------------- /docs/tables/gcp_service_account_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_service_account_key.md -------------------------------------------------------------------------------- /docs/tables/gcp_sql_backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_sql_backup.md -------------------------------------------------------------------------------- /docs/tables/gcp_sql_database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_sql_database.md -------------------------------------------------------------------------------- /docs/tables/gcp_sql_database_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_sql_database_instance.md -------------------------------------------------------------------------------- /docs/tables/gcp_sql_database_instance_metric_connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_sql_database_instance_metric_connections.md -------------------------------------------------------------------------------- /docs/tables/gcp_storage_bucket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_storage_bucket.md -------------------------------------------------------------------------------- /docs/tables/gcp_storage_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_storage_object.md -------------------------------------------------------------------------------- /docs/tables/gcp_tag_binding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_tag_binding.md -------------------------------------------------------------------------------- /docs/tables/gcp_tpu_vm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_tpu_vm.md -------------------------------------------------------------------------------- /docs/tables/gcp_vertex_ai_endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_vertex_ai_endpoint.md -------------------------------------------------------------------------------- /docs/tables/gcp_vertex_ai_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_vertex_ai_model.md -------------------------------------------------------------------------------- /docs/tables/gcp_vertex_ai_notebook_runtime_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_vertex_ai_notebook_runtime_template.md -------------------------------------------------------------------------------- /docs/tables/gcp_vpc_access_connector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_vpc_access_connector.md -------------------------------------------------------------------------------- /docs/tables/gcp_workstations_workstation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_workstations_workstation.md -------------------------------------------------------------------------------- /docs/tables/gcp_workstations_workstation_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/docs/tables/gcp_workstations_workstation_cluster.md -------------------------------------------------------------------------------- /gcp-test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/.gitignore -------------------------------------------------------------------------------- /gcp-test/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/package-lock.json -------------------------------------------------------------------------------- /gcp-test/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/package.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_cluster/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_cluster/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_alloydb_instance/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_alloydb_instance/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_dataset/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_dataset/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_job/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_job/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigquery_table/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigquery_table/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigtable_instance/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigtable_instance/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_bigtable_instance/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_bigtable_instance/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_address/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_address/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_autoscaler/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_autoscaler/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_autoscaler/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_autoscaler/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_bucket/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_bucket/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_bucket/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_bucket/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_bucket/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_backend_bucket/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_service/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_service/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_service/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_service/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_backend_service/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_backend_service/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_disk/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_disk/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_firewall/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_firewall/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_firewall/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_firewall/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_firewall/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_forwarding_rule/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_forwarding_rule/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_forwarding_rule/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_forwarding_rule/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_forwarding_rule/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_address/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_address/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_address/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_address/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_global_address/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_forwarding_rule/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_forwarding_rule/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_global_forwarding_rule/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ha_vpn_gateway/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ha_vpn_gateway/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ha_vpn_gateway/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ha_vpn_gateway/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_ha_vpn_gateway/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_image/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_image/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_group/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_group/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_group/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_group/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance_group/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_template/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_template/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_template/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_template/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_instance_template/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_instance_template/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_image/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_image/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_image/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_image/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_machine_image/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_type/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_type/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_type/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_machine_type/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_machine_type/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_network/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_network/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_network/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_network/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_network/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_node_group/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_node_group/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_group/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_node_group/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_template/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_template/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_template/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_template/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_node_template/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_node_template/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_project_metadata/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_project_metadata/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_project_metadata/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_project_metadata/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_resource_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_resource_policy/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_resource_policy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_resource_policy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_resource_policy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_resource_policy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_route/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_route/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_router/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_router/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_security_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_security_policy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_security_policy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_snapshot/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_snapshot/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_snapshot/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_snapshot/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_snapshot/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_ssl_policy/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_ssl_policy/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_ssl_policy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_ssl_policy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_subnetwork/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_subnetwork/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_subnetwork/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_subnetwork/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_https_proxy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_https_proxy/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_https_proxy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_https_proxy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_target_pool/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_pool/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_target_pool/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_ssl_proxy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_ssl_proxy/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_ssl_proxy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_ssl_proxy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_ssl_proxy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_target_ssl_proxy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_vpn_gateway/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_vpn_gateway/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_vpn_gateway/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_target_vpn_gateway/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_url_map/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_url_map/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_vpn_tunnel/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_vpn_tunnel/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_compute_vpn_tunnel/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_compute_vpn_tunnel/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_asset/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_asset/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_lake/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_lake/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_task/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_task/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataplex_zone/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataplex_zone/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataproc_cluster/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataproc_cluster/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataproc_cluster/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_cluster/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dataproc_cluster/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_metastore_service/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_metastore_service/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dataproc_metastore_service/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_managed_zone/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_managed_zone/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_managed_zone/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_managed_zone/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_managed_zone/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-invalid-name-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-invalid-name-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_policy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_policy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_dns_record_set/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_dns_record_set/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-hydrate-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-hydrate-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_iam_role/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_iam_role/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_ring/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_ring/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_version/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_version/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_version/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_version/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kms_key_version/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kms_key_version/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kubernetes_cluster/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kubernetes_cluster/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_cluster/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kubernetes_cluster/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_node_pool/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_node_pool/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_node_pool/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_node_pool/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_kubernetes_node_pool/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_kubernetes_node_pool/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_bucket/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_bucket/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_exclusion/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_exclusion/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_exclusion/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_exclusion/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_metric/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_metric/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_logging_sink/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_logging_sink/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_alert_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_alert_policy/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_alert_policy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_alert_policy/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_monitoring_alert_policy/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_monitoring_group/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_monitoring_group/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_monitoring_group/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_group/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_monitoring_group/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_notification_channel/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_notification_channel/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_monitoring_notification_channel/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_organization/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_organization/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_organization/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_organization/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_organization/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_organization/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_organization/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_organization/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_project/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project_organization_policy/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project_organization_policy/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_project_organization_policy/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_subscription/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_subscription/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_subscription/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_pubsub_topic/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_pubsub_topic/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_secret_manager_secret/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_secret_manager_secret/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_secret_manager_secret/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_secret_manager_secret/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_secret_manager_secret/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account_key/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account_key/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account_key/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account_key/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account_key/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_service_account_key/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_service_account_key/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_backup/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_backup/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-not-found-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-not-found-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database_instance/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database_instance/test-invalid-name-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database_instance/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database_instance/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_sql_database_instance/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_sql_database_instance/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-get-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-get-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-get-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-get-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-hydrate-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-hydrate-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_storage_bucket/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_storage_bucket/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-list-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/test-list-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-list-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/test-list-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-notfound-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-notfound-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/test-notfound-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-turbot-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/test-turbot-expected.json -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/test-turbot-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/test-turbot-query.sql -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_tag_binding/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_tag_binding/variables.tf -------------------------------------------------------------------------------- /gcp-test/tests/gcp_vpc_access_connector/dependencies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_vpc_access_connector/test-not-found-expected.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_vpc_access_connector/variables.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gcp-test/tests/gcp_vpc_access_connector/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tests/gcp_vpc_access_connector/variables.tf -------------------------------------------------------------------------------- /gcp-test/tint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp-test/tint.js -------------------------------------------------------------------------------- /gcp/alloydb_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/alloydb_location_list.go -------------------------------------------------------------------------------- /gcp/artifact_registry_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/artifact_registry_location_list.go -------------------------------------------------------------------------------- /gcp/cloud_run_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/cloud_run_location_list.go -------------------------------------------------------------------------------- /gcp/compute_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/compute_location_list.go -------------------------------------------------------------------------------- /gcp/connection_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/connection_config.go -------------------------------------------------------------------------------- /gcp/dataplex_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/dataplex_location_list.go -------------------------------------------------------------------------------- /gcp/dataproc_metastore_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/dataproc_metastore_location_list.go -------------------------------------------------------------------------------- /gcp/ignore_error_predicate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/ignore_error_predicate.go -------------------------------------------------------------------------------- /gcp/kms_multi_location.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/kms_multi_location.go -------------------------------------------------------------------------------- /gcp/monitoring_metric.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/monitoring_metric.go -------------------------------------------------------------------------------- /gcp/plugin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/plugin.go -------------------------------------------------------------------------------- /gcp/service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/service.go -------------------------------------------------------------------------------- /gcp/table_gcp_alloydb_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_alloydb_cluster.go -------------------------------------------------------------------------------- /gcp/table_gcp_alloydb_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_alloydb_instance.go -------------------------------------------------------------------------------- /gcp/table_gcp_apikeys_key.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_apikeys_key.go -------------------------------------------------------------------------------- /gcp/table_gcp_app_engine_application.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_app_engine_application.go -------------------------------------------------------------------------------- /gcp/table_gcp_artifact_registry_repository.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_artifact_registry_repository.go -------------------------------------------------------------------------------- /gcp/table_gcp_audit_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_audit_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_bigquery_dataset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_bigquery_dataset.go -------------------------------------------------------------------------------- /gcp/table_gcp_bigquery_job.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_bigquery_job.go -------------------------------------------------------------------------------- /gcp/table_gcp_bigquery_table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_bigquery_table.go -------------------------------------------------------------------------------- /gcp/table_gcp_bigtable_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_bigtable_instance.go -------------------------------------------------------------------------------- /gcp/table_gcp_billing_account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_billing_account.go -------------------------------------------------------------------------------- /gcp/table_gcp_billing_budget.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_billing_budget.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloud_asset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloud_asset.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloud_identity_group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloud_identity_group.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloud_identity_group_membership.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloud_identity_group_membership.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloud_run_job.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloud_run_job.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloud_run_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloud_run_service.go -------------------------------------------------------------------------------- /gcp/table_gcp_cloudfunctions_function.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_cloudfunctions_function.go -------------------------------------------------------------------------------- /gcp/table_gcp_composer_environment.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_composer_environment.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_address.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_address.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_autoscaler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_autoscaler.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_backend_bucket.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_backend_bucket.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_backend_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_backend_service.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_read_ops.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_read_ops.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_read_ops_daily.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_read_ops_daily.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_read_ops_hourly.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_read_ops_hourly.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_write_ops.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_write_ops.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_write_ops_daily.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_write_ops_daily.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_disk_metric_write_ops_hourly.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_disk_metric_write_ops_hourly.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_firewall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_firewall.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_forwarding_rule.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_forwarding_rule.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_global_address.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_global_address.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_global_forwarding_rule.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_global_forwarding_rule.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_ha_vpn_gateway.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_ha_vpn_gateway.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_image.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_image.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_instance.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_instance_group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_instance_group.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_instance_group_manager.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_instance_group_manager.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_instance_metric_cpu_utilization.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_instance_metric_cpu_utilization.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_instance_template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_instance_template.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_machine_image.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_machine_image.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_machine_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_machine_type.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_network.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_network.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_node_group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_node_group.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_node_template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_node_template.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_project_metadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_project_metadata.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_region.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_region.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_resource_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_resource_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_route.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_route.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_router.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_router.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_security_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_security_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_snapshot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_snapshot.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_ssl_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_ssl_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_subnetwork.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_subnetwork.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_target_https_proxy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_target_https_proxy.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_target_pool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_target_pool.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_target_ssl_proxy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_target_ssl_proxy.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_target_vpn_gateway.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_target_vpn_gateway.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_tpu.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_tpu.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_url_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_url_map.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_vpn_tunnel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_vpn_tunnel.go -------------------------------------------------------------------------------- /gcp/table_gcp_compute_zone.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_compute_zone.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataplex_asset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataplex_asset.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataplex_lake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataplex_lake.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataplex_task.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataplex_task.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataplex_zone.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataplex_zone.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataproc_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataproc_cluster.go -------------------------------------------------------------------------------- /gcp/table_gcp_dataproc_metastore_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dataproc_metastore_service.go -------------------------------------------------------------------------------- /gcp/table_gcp_dns_managed_zone.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dns_managed_zone.go -------------------------------------------------------------------------------- /gcp/table_gcp_dns_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dns_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_dns_record_set.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_dns_record_set.go -------------------------------------------------------------------------------- /gcp/table_gcp_firestore_database.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_firestore_database.go -------------------------------------------------------------------------------- /gcp/table_gcp_iam_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_iam_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_iam_role.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_iam_role.go -------------------------------------------------------------------------------- /gcp/table_gcp_kms_key.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_kms_key.go -------------------------------------------------------------------------------- /gcp/table_gcp_kms_key_ring.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_kms_key_ring.go -------------------------------------------------------------------------------- /gcp/table_gcp_kms_key_version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_kms_key_version.go -------------------------------------------------------------------------------- /gcp/table_gcp_kubernetes_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_kubernetes_cluster.go -------------------------------------------------------------------------------- /gcp/table_gcp_kubernetes_node_pool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_kubernetes_node_pool.go -------------------------------------------------------------------------------- /gcp/table_gcp_logging_bucket.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_logging_bucket.go -------------------------------------------------------------------------------- /gcp/table_gcp_logging_exclusion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_logging_exclusion.go -------------------------------------------------------------------------------- /gcp/table_gcp_logging_log_entry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_logging_log_entry.go -------------------------------------------------------------------------------- /gcp/table_gcp_logging_metric.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_logging_metric.go -------------------------------------------------------------------------------- /gcp/table_gcp_logging_sink.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_logging_sink.go -------------------------------------------------------------------------------- /gcp/table_gcp_monitoring_alert_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_monitoring_alert_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_monitoring_group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_monitoring_group.go -------------------------------------------------------------------------------- /gcp/table_gcp_monitoring_notification_channel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_monitoring_notification_channel.go -------------------------------------------------------------------------------- /gcp/table_gcp_organization.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_organization.go -------------------------------------------------------------------------------- /gcp/table_gcp_organization_audit_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_organization_audit_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_organization_project.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_organization_project.go -------------------------------------------------------------------------------- /gcp/table_gcp_project.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_project.go -------------------------------------------------------------------------------- /gcp/table_gcp_project_organization_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_project_organization_policy.go -------------------------------------------------------------------------------- /gcp/table_gcp_project_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_project_service.go -------------------------------------------------------------------------------- /gcp/table_gcp_pubsub_snapshot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_pubsub_snapshot.go -------------------------------------------------------------------------------- /gcp/table_gcp_pubsub_subscription.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_pubsub_subscription.go -------------------------------------------------------------------------------- /gcp/table_gcp_pubsub_topic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_pubsub_topic.go -------------------------------------------------------------------------------- /gcp/table_gcp_redis_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_redis_cluster.go -------------------------------------------------------------------------------- /gcp/table_gcp_redis_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_redis_instance.go -------------------------------------------------------------------------------- /gcp/table_gcp_secret_manager_secret.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_secret_manager_secret.go -------------------------------------------------------------------------------- /gcp/table_gcp_service_account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_service_account.go -------------------------------------------------------------------------------- /gcp/table_gcp_service_account_key.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_service_account_key.go -------------------------------------------------------------------------------- /gcp/table_gcp_sql_backup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_sql_backup.go -------------------------------------------------------------------------------- /gcp/table_gcp_sql_database.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_sql_database.go -------------------------------------------------------------------------------- /gcp/table_gcp_sql_database_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_sql_database_instance.go -------------------------------------------------------------------------------- /gcp/table_gcp_sql_database_instance_metric_connections.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_sql_database_instance_metric_connections.go -------------------------------------------------------------------------------- /gcp/table_gcp_storage_bucket.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_storage_bucket.go -------------------------------------------------------------------------------- /gcp/table_gcp_storage_object.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_storage_object.go -------------------------------------------------------------------------------- /gcp/table_gcp_tag_binding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_tag_binding.go -------------------------------------------------------------------------------- /gcp/table_gcp_tpu_vm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_tpu_vm.go -------------------------------------------------------------------------------- /gcp/table_gcp_vertex_ai_endpoint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_vertex_ai_endpoint.go -------------------------------------------------------------------------------- /gcp/table_gcp_vertex_ai_model.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_vertex_ai_model.go -------------------------------------------------------------------------------- /gcp/table_gcp_vertex_ai_notebook_runtime_template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_vertex_ai_notebook_runtime_template.go -------------------------------------------------------------------------------- /gcp/table_gcp_vpc_access_connector.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_vpc_access_connector.go -------------------------------------------------------------------------------- /gcp/table_gcp_workstations_workstation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_workstations_workstation.go -------------------------------------------------------------------------------- /gcp/table_gcp_workstations_workstation_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/table_gcp_workstations_workstation_cluster.go -------------------------------------------------------------------------------- /gcp/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/utils.go -------------------------------------------------------------------------------- /gcp/vertex_ai_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/vertex_ai_location_list.go -------------------------------------------------------------------------------- /gcp/vpc_access_location_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/gcp/vpc_access_location_list.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbot/steampipe-plugin-gcp/HEAD/main.go --------------------------------------------------------------------------------