Skip to content

Commit 05a7e8d

Browse files
Merge pull request #1189 from NHSDigital/DTOSS-12472-investigate-app-insights-region-config
[DTOSS-12472] - feat(variables): enable statsbeat disablement across all environments
2 parents 6c62d1c + 5d6aacc commit 05a7e8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

infrastructure/modules/container-apps/variables.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ locals {
222222
common_env = merge(
223223
local.env_vars_from_yaml,
224224
{
225-
SSL_MODE = "require"
226-
DJANGO_ENV = var.env_config
225+
SSL_MODE = "require"
226+
DJANGO_ENV = var.env_config
227+
APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL = true
227228
}
228229
)
229230
container_db_env = {

0 commit comments

Comments
 (0)