Google Organization
Google Organization
Example Usage
resource "apono_integration" "gcp-organization-integration" {
name = "Google Organization"
type = "gcp-organization"
connector_id = "apono-connector-id"
connected_resource_types = ["gcp-organization"]
metadata = {
organization_id = "<Organization ID>"
}
}
Schema
type
gcp-organizationconnected_resource_types
List of resource types to sync.
Integration Config
organization_id
(Required | String) Organization ID
Last updated
Was this helpful?