Skip to content

Commit

Permalink
Add missing parameter. (#106)
Browse files Browse the repository at this point in the history
Plumb through missing `subscription_prefix`

Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
  • Loading branch information
mattmoor authored Feb 1, 2024
1 parent c1c46e2 commit efc567a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dashboard/cloudevent-receiver/dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module "subscription" {
source = "../sections/subscription"
title = "Events ${each.key}"

subscription_prefix = each.value.subscription_prefix
alert_threshold = each.value.alert_threshold
notification_channels = each.value.notification_channels
}
Expand Down

0 comments on commit efc567a

Please sign in to comment.