1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00
terraform-playground/driftlessaf/broker.tf
Jason Hall a0b5d1f369 vars
Signed-off-by: Jason Hall <jason@chainguard.dev>
2026-02-03 13:43:18 -05:00

11 lines
325 B
HCL

module "cloudevent-broker" {
source = "chainguard-dev/common/infra//modules/cloudevent-broker"
project_id = var.project_id
name = "driftlessaf"
regions = module.networking.regional-networks
team = var.team
notification_channels = []
deletion_protection = var.deletion_protection
}