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>"
}
kubernetes_secret = {
name = "name_template_value"
namespace = "namespace_template_value"
}
}resource "apono_resource_integration" "github-integration" {
name = "Github"
type = "github"
connector_id = "apono-connector-id"
connected_resource_types = ["github-repository"]
integration_config = {
org = "<Organization>"
}
secret_store_config = {
kubernetes = {
name = "name_template_value"
namespace = "namespace_template_value"
}
}Schema
Integration Config
Last updated
Was this helpful?
