Google Project

Google Project

Example Usage


gcp-project-integration.tf
resource "apono_integration" "gcp-project-integration" {
  name                     = "Google Project"
  type                     = "gcp-project"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["gcp-project"]
  metadata = {
    project_id = "<Project ID>"
  }
}

Schema


  • type gcp-project

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • gcp-project

  • gcp-project-cloud-spanner-table

  • gcp-project-cloud-storage-bucket

  • gcp-project-secret-manager-secret

  • gcp-project-bigquery-dataset

  • gcp-project-bigquery-table

  • gcp-project-function

  • gcp-project-compute-instance

  • gcp-project-cloud-run-service

  • gcp-project-cloud-run-job

  • gcp-project-artifact-registry-repository

  • gcp-project-pubsub-topic

  • gcp-project-pubsub-subscription

Integration Config


  • project_id (Required | String) Project ID

Last updated

Was this helpful?