Skip to content

Commit

Permalink
add required title
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Dec 21, 2023
1 parent 63c9ca9 commit a5b4c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/service/dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module "resources" {
module "alerts" {
source = "../sections/alerts"
alerts = var.alerts
title = "Alert" // TODO: Add a title to the alerts module.
}

module "width" { source = "../sections/width" }
Expand Down

0 comments on commit a5b4c14

Please sign in to comment.