mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
11 lines
325 B
HCL
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
|
|
}
|