mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-18 23:20:18 +00:00
updates
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
9f1f8c558f
commit
627c94549d
4 changed files with 59 additions and 64 deletions
|
|
@ -6,10 +6,15 @@ module "github-events" {
|
|||
regions = module.networking.regional-networks
|
||||
ingress = module.cloudevent-broker.ingress
|
||||
|
||||
github_organizations = "imjasonh"
|
||||
# Note: github_organizations only works for org-owned repos, not user repos
|
||||
# github_organizations = "imjasonh"
|
||||
|
||||
secret_version_adder = var.secret_version_adder
|
||||
|
||||
# Allow public access for GitHub webhooks
|
||||
# TODO: Put this behind GCLB
|
||||
service-ingress = "INGRESS_TRAFFIC_ALL"
|
||||
|
||||
team = var.team
|
||||
notification_channels = []
|
||||
deletion_protection = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue