Google Project
Google Project
Example Usage
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-projectconnected_resource_types
List of resource types to sync.
Integration Config
project_id
(Required | String) Project ID
Last updated
Was this helpful?