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