Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 2a3b00a

Browse files
committed
Set health_check_path on preprod and integration environments
1 parent d3eb7ce commit 2a3b00a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ function_apps = {
157157
database_required = true
158158
app_urls = []
159159
env_vars_static = {}
160+
health_check_path = "/api/message-status/health-check"
160161
}
161162

162163
notify = {

infrastructure/tf-core/environments/preprod.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ function_apps = {
157157
database_required = true
158158
app_urls = []
159159
env_vars_static = {}
160+
health_check_path = "/api/message-status/health-check"
160161
}
161162

162163
notify = {

0 commit comments

Comments
 (0)