Github
A code hosting platform for version control and collaboration tool.
Example Usage
resource "apono_integration" "github-integration" {
name = "Github"
type = "github"
connector_id = "apono-connector-id"
connected_resource_types = ["github-repository"]
metadata = {
org = "<Organization>"
}
aws_secret = {
region = "aws_region_template_value"
secret_id = "aws_secret_id_template_value"
}
}
Schema
type
githubconnected_resource_types
List of resource types to sync.
Integration Config
org
(Required | String) Organization
Last updated
Was this helpful?