Skip to content

Commit

Permalink
Merge branch '1961-claims-worker-heartbeat-monitor' of github.com:DFE…
Browse files Browse the repository at this point in the history
…-Digital/claim-additional-payments-for-teaching into 1961-claims-worker-heartbeat-monitor
  • Loading branch information
slorek committed Sep 2, 2024
2 parents 387a939 + 6e2ee29 commit dc48ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ module "application_configuration" {
secret_variables = merge(
{
DATABASE_URL = module.postgres.url
},
var.enable_monitoring ? {
HEARTBEAT_CHECK_URL = module.statuscake[0].heartbeat_check_urls[local.heartbeat_check_name]
}
} : {}
)
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/application/config/review_Terrafile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aks:
source: "https://github.com/DFE-Digital/terraform-modules"
version: "testing"
version: "stable"

0 comments on commit dc48ab7

Please sign in to comment.