1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-11 08:59:39 +00:00
terraform-playground/driftlessaf/github-events.tf
Jason Hall 9f1f8c558f add driftless example
Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-02-03 10:02:36 -05:00

16 lines
447 B
HCL

module "github-events" {
source = "chainguard-dev/common/infra//modules/github-events"
project_id = var.project_id
name = "driftless-github-events"
regions = module.networking.regional-networks
ingress = module.cloudevent-broker.ingress
github_organizations = "imjasonh"
secret_version_adder = var.secret_version_adder
team = var.team
notification_channels = []
deletion_protection = false
}