Skip to content

Commit

Permalink
Rename the broker to avoid name collision (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Feb 2, 2024
1 parent 7bd54cb commit 3fba5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/broker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "cloudevent-broker" {
source = "chainguard-dev/common/infra//modules/cloudevent-broker"
version = "0.4.3"

name = "octo-sts"
name = "octo-sts-broker"
project_id = var.project_id
regions = module.networking.regional-networks
}

0 comments on commit 3fba5ec

Please sign in to comment.