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>"
customer_id = "<Customer ID>"
}
}resource "apono_resource_integration" "gcp-organization-integration" {
name = "Google Organization"
type = "gcp-organization"
connector_id = "apono-connector-id"
connected_resource_types = ["gcp-organization"]
integration_config = {
organization_id = "<Organization ID>"
customer_id = "<Customer ID>"
}
}{
"gcp-organization-integration": {
"name": "Google Organization",
"type": "gcp-organization",
"connector_id": "apono-connector-id",
"connected_resource_types": [
"gcp-organization"
],
"integration_config": {
"organization_id": "<Organization ID>",
"customer_id": "<Customer ID>",
}
}
}Schema
typegcp-organizationconnected_resource_typesList of resource types to sync.
Integration Config
organization_id(Required | String) Organization IDcustomer_id(Optional | String) Customer ID
Last updated
Was this helpful?
